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. |