From c010b9edc5776e9e916d2e211297822a54eb5a12 Mon Sep 17 00:00:00 2001 From: "Herbert \"TheBracket" Date: Sun, 21 Nov 2021 08:56:51 -0600 Subject: [PATCH] Add Hands-on Rust Hands-on Rust (https://pragprog.com/titles/hwrust/hands-on-rust/) is my book about learning Rust, through the medium of creating games. It should meet the popularity requirements: it's been in the top 5 best-sellers at pragprog.com (publisher) for 50 of the last 53 weeks, and is usually in the top 20 best selling books in the "C Language" category on Amazon.com (this changes every 5 minutes, so it's a tough one to measure - see https://www.amazon.com/dp/1680508164#SalesRank ). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e95ff46..93d1e0e 100644 --- a/README.md +++ b/README.md @@ -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/) * [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. + * [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. * [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.