1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-18 04:23:14 +02:00

Update other-resources.md (#1452)

Added Rust Primer and CodeCrafters.
This commit is contained in:
Vencyr Laurence Imbo Amores 2023-11-09 07:56:12 +08:00 committed by GitHub
parent 7cec167840
commit 039bc4f35c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,10 @@ A small selection of other guides and tutorial for Rust:
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.
* [Rust Primer](https://app.codecrafters.io/collections/rust-primer): Key
Rust fundamentals, no fluff, aimed at experienced engineers.
* [CodeCrafters](https://app.codecrafters.io/tracks/rust): Recreate popular
devtools from scratch in Rust (e.g. Build your own BitTorrent, Git, Docker, etc)
Please see the [Little Book of Rust Books](https://lborb.github.io/book/) for
even more Rust books.