All Articles
rust
Oct 21, 2025
Method to the Madness
An introduction to the method syntax in Rust
Read More
crusty.rustacean
programming
Oct 21, 2025
The Memory Doesn't Remain
An introduction to memory management in Rust
Read More
crusty.rustacean
rust
Oct 21, 2025
The Option Type: Is it Something, or Nothing?
An introduction to the option type in Rust
Read More
crusty.rustacean
rust
Oct 21, 2025
Matchy, Matchy
An introduction to the option type in Rust
Read More
crusty.rustacean
rust
Oct 21, 2025
Result-ful Thinking: Error Handling in Rust
An introduction to the Result type in Rust
Read More
crusty.rustacean
Article
Oct 21, 2025
Packages, Modules, and Crates...Oh My!
Or...how to make your Rust programs neat and tidy
Read More
crusty.rustacean
rust
Oct 21, 2025
The Mighty Vector
An introduction to the vector collection type in Rust
Read More
crusty.rustacean
rust
Oct 21, 2025
Pro Tip: Templates and Cargo Generate
A tip I discovered when using cargo generate to scaffold something new.
Read More
crusty.rustacean
programming
Oct 20, 2025
Shut Up and Build: Serving the Web with Axum
An introduction to serving web assets with the Axum web framework
Read More
crusty.rustacean