# rust-learning **Repository Path**: mirrors_jsantell/rust-learning ## Basic Information - **Project Name**: rust-learning - **Description**: My garbage rust code while going through The Rust Book. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Learning Rust My garbage rust code while going through [The Rust Book](https://doc.rust-lang.org/stable/book/). ### Learn Rust * [3.1 Guessing Game](https://github.com/jsantell/rust-learning/tree/master/3.1-guessing-game) * [3.2 Dining Philosophers](https://github.com/jsantell/rust-learning/tree/master/3.2-dining-philosophers) * [3.3 Rust Inside Other Languages](https://github.com/jsantell/rust-learning/tree/master/3.3-rust-inside-other-languages) ### Effective Rust * 4.1 The Stack and the Heap * [4.2 Testing](https://github.com/jsantell/rust-learning/tree/master/4.2-testing) * [4.3 Conditional Compilation](https://github.com/jsantell/rust-learning/tree/master/4.3-conditional-compilation) * [4.4 Documentation](https://github.com/jsantell/rust-learning/tree/master/4.4-documentation) * [4.5 Iterators](https://github.com/jsantell/rust-learning/tree/master/4.5-iterators) * [4.6 Concurrency](https://github.com/jsantell/rust-learning/tree/master/4.6-concurrency) * [4.7 Error Handling](https://github.com/jsantell/rust-learning/tree/master/4.7-error-handling) * [4.8 Choosing Your Guarantees](https://github.com/jsantell/rust-learning/tree/master/4.8-choosing-your-guarantees)