One repo for everything I do while learning Rust. Each course/book gets its own top-level folder, and each Rust project inside it is its own Cargo crate.
See PROGRESS.md for the full day-by-day log.
| Folder | Source |
|---|---|
rust_book/ |
The Rust Programming Language ("the book") |
100_exercises/ |
100 Exercises to Learn Rust |
New courses just get added as another top-level folder — no branches.
| Project | Description |
|---|---|
hellocargo/ |
First Cargo project — "Hello, world!" |
guessing_game/ |
Chapter 2 guessing game exercise |
learn/ |
Scratch file for quick experiments |
- Chapters 1–4 done: setup & Cargo, first guessing game project, common programming concepts, ownership.