Blog
This is an ongoing series of articles about idiomatic Rust and
best practices.
Sign up to my newsletter below to be notified when I publish new
articles.
Idiomatic Rust
-
Don't Unwrap Options: There Are Better Ways
-
Don't Use Preludes And Globs
-
Don't Worry About Lifetimes
-
Thinking in Iterators
-
Learning Material for Idiomatic Rust
-
Navigating Programming Paradigms in Rust
-
Aim For Immutability in Rust
-
Compile-Time Invariants in Rust
-
Using Enums to Represent State
-
Make Illegal States Unrepresentable