- CH 2 - Guessing Game
- CH 3 - Variables
- CH 4 - Ownership
- CH 5 - Structs
- CH 6 - Enums
- CH 7 - Packages Project
- CH 8 - Collections
- CH 9 - Error Handling
- CH 10 - Generics
- CH 11 - Automated Tests
- CH 12 - IO Project
- CH 13 - Functional Language Features
- CH 14 - Cargo & Crates (Skipped)
- CH 15 - Smart Pointers
My working repo for going through the Rust Book
You can go into any of the folders and run: cargo run
to compile and run the rust program (if you have rustc
installed)
Projects around implementing basic algorithms in Rust