All Articles
types
Oct 22, 2025
Bigger Building Blocks: Intro to Structs
An introduction to Rust's struct data type
Read More
crusty.rustacean
types
Oct 22, 2025
Bigger Building Blocks: Introduction to the Enum Type
An introduction to Rust's enum data type
Read More
crusty.rustacean
types
Oct 21, 2025
Bigger Building Blocks: Structs Reloaded
More that you can do with the struct type
Read More
crusty.rustacean
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