Merge pull request #1193 from thebracket/patch-1

Add Hands-on Rust
This commit is contained in:
Tom Parker-Shemilt 2021-11-21 15:59:03 +00:00 committed by GitHub
commit c68e8740da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1510,6 +1510,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
* [Build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-00/) * [Build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-00/)
* [Easy Rust](https://github.com/Dhghomon/easy_rust) - Learn Rust in easy English. * [Easy Rust](https://github.com/Dhghomon/easy_rust) - Learn Rust in easy English.
* [exercism.org](https://exercism.org/tracks/rust) — programming exercises that help you learn new concepts in Rust. * [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. * [Idiomatic Rust](https://github.com/mre/idiomatic-rust) — A peer-reviewed collection of articles/talks/repos which teach idiomatic Rust.
* [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. * [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.
* [Programming Community Curated Resources for Learning Rust](https://hackr.io/tutorials/learn-rust) — A list of recommended resources voted by the programming community. * [Programming Community Curated Resources for Learning Rust](https://hackr.io/tutorials/learn-rust) — A list of recommended resources voted by the programming community.