~jpastuszek/blog#48: 
Post: Rust: Two most powerful features: slices and enums

How slices allow memory safe, zero-copy, mostly non-bound checked string processing.

How sum types allow strongly typed language to represent many types at run time safely and efficiently. How coding of state machines is so much easier that using OOP.

Status
REPORTED
Submitter
~jpastuszek
Assigned to
No-one
Submitted
4 years ago
Updated
4 years ago
Labels
No labels applied.

~jpastuszek 4 years ago

Borrowck is necessary evil feature while the about are the nice and productive features.

Register here or Log in to comment, or comment via email.