Merge pull request #1276 from sarupbanskota/patch-1

Add CodeCrafters.io
This commit is contained in:
Tom Parker-Shemilt 2022-04-30 22:35:37 +01:00 committed by GitHub
commit f906482e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1572,6 +1572,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
* [Awesome Rust Streaming](https://github.com/jamesmunns/awesome-rust-streaming) - A community curated list of livestreams about Rust.
* [awesome-rust-mentors](https://rustbeginners.github.io/awesome-rust-mentors/) — A list of helpful Rust mentors willing to take mentees and eductate them about Rust and programming.
* [Build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-00/)
* [CodeCrafters.io](https://codecrafters.io/rust) — Master Rust by building your own Git, SQLite, Docker or Redis from scratch
* [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)