| Document name | URL | Note |
|---|---|---|
| Rust Tiếng Việt | https://rust-tieng-viet.github.io/ |
| Document name | URL | Note |
|---|---|---|
| tweedegolf | https://github.com/tweedegolf/101-rs | A Rust university course |
| rust-unofficial | https://github.com/rust-unofficial/awesome-rust | A curated list of Rust code and resources. |
| https://github.com/google/comprehensive-rust | This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone | |
| Rust By Example | https://doc.rust-lang.org/rust-by-example/ | |
| Learning Rust | https://learning-rust.github.io/ | |
| Learning systems programming with Rust | https://speakerdeck.com/jvns/learning-systems-programming-with-rust | |
| ctjhoa | https://github.com/ctjhoa/rust-learning | A bunch of links to blog posts, articles, videos, etc for learning Rust |
| pretzelhammer | https://github.com/pretzelhammer/rust-blog | Educational blog posts for Rust beginners |
| rust-lang | https://github.com/rust-lang/rustlings | 🦀 Small exercises to get you used to reading and writing Rust code! |
| sunface | https://github.com/sunface/rust-by-practice | Learning Rust By Practice, narrowing the gap between beginner and skilled-dev with challenging examples, exercises and projects. |
| Name | URL | Source |
|---|---|---|
| Rust Atomics and Locks | https://marabos.nl/atomics | |
| Easy Rust | https://dhghomon.github.io/easy_rust/ | |
| List of Rust books | https://github.com/sger/RustBooks |
| Framework | URL | Note |
|---|---|---|
| Leptos | https://github.com/leptos-rs/leptos | Build fast web applications with Rust. |
| Rocket | https://github.com/SergioBenitez/Rocket | A web framework for Rust. |
| Rust on Nails | https://github.com/purton-tech/rust-on-nails | Full stack web architecture for Rust. |