Notes from https://doc.rust-lang.org/stable/book/
| # | Project | The Rust Programming Language |
|---|---|---|
| 1 | hello_cargo | Hello, Cargo! |
| 2 | guessing_game | Programming a Guessing Game |
| 3 | variables | Variables and Mutability |
| 4 | functions | Functions |
| 5 | branches | Control Flow |
| 6 | ownership | Understanding Ownership |
| 7 | structs | Using Structs to Structure Related Data |
| 8 | methods | Method Syntax |
| 9 | enums | Enums and Pattern Matching |