mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 03:43:03 +00:00
Merge pull request #1831 from sjtushi/main
Add Rust Skill Tree to Resource/Learning section
This commit is contained in:
commit
3a760ecd54
1 changed files with 1 additions and 0 deletions
|
@ -1944,6 +1944,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
|
|||
* [exercism.org](https://exercism.org/tracks/rust) - programming exercises that help you learn new concepts in Rust.
|
||||
* [Hands-on Rust](https://pragprog.com/titles/hwrust/hands-on-rust/) - A hands-on guide to learning Rust by making games - by [Herbert Wolverson](https://github.com/thebracket/) (paid)
|
||||
* [Idiomatic Rust](https://github.com/mre/idiomatic-rust) - A peer-reviewed collection of articles/talks/repos which teach idiomatic Rust.
|
||||
* [LabEx Rust Skill Tree](https://labex.io/skilltrees/rust) - A structured Rust learning path with hands-on labs, designed for beginners to master Rust step by step.
|
||||
* [Learn Rust by 500 lines code](https://github.com/cuppar/rtd) - Learn Rust by 500 lines code, build a Todo Cli Application from scratch.
|
||||
* [Learning Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/) - in-depth exploration of Rust's memory management rules, through implementing a few different types of list structures.
|
||||
* [Little Book of Rust Books](https://lborb.github.io/book/) - Curated list of rust books and how-tos.
|
||||
|
|
Loading…
Reference in a new issue