rust-exercises
Feeling an urge to learn a new programming language, I decided to try Rust.
Learning materials
- Rust Book
- ctjhoa/rust-learning: A bunch of links to blog posts, articles, videos, etc for learning Rust
- rochacbruno/py2rs: A quick reference guide for the Pythonista in the process of becoming a Rustacean
Reference
- Rust By Example
- Rust standard library
- The Cargo Book
- Crates.io: packages for Rust
- Docs.rs: Crate documentation
- rust-unofficial/awesome-rust: A curated list of Rust code and resources.