This repository tracks my progress through The Rust Programming Language online book.
It contains small Rust programs, chapter-based exercises, and notes on the main concepts covered while following the book. The goal is to build a practical understanding of Rust by writing code and summarizing the ideas introduced in each section.
- Rust syntax and project structure
- Cargo basics
- Ownership, borrowing, and lifetimes
- Structs and enums
- Pattern matching
- Error handling
- Common standard library types
- Writing idiomatic Rust programs
Each numbered folder corresponds to a topic or chapter from the Rust Book. The examples are meant for learning and experimentation rather than production use.