“Rustober” is a daily series of short posts in October 2025 sharing my thoughts about Rust as I try to use it for my next side project.
- Day 1: Motivation for learning Rust
- Day 2: Some Rust books
- Day 3: Rust on Linux
- Day 4: Rust compilation speed
- Day 5: Rust traits vs Swift protocols
- Day 6: A Rust web service
- Day 7: Rules of ownership and borrowing in Rust
- Day 8: Cargo dependency tree
- Day 9: Finished the Rust Book!
- Day 10: Rust struct field order
- Day 11: Rust’s lack of constructors