Merge pull request #1831 from sjtushi/main

Add Rust Skill Tree to Resource/Learning section
This commit is contained in:
Tom Parker-Shemilt 2024-10-20 18:18:29 +01:00 committed by GitHub
commit 3a760ecd54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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