1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-30 22:27:41 +02:00

Revert "Update other-resources.md" (#1477)

Reverts google/comprehensive-rust#1452, as the learning resource added
there is not fully free content.
This commit is contained in:
Nicole L 2023-11-13 09:28:22 -08:00 committed by GitHub
parent 35beb8d916
commit d6bb75ab7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,10 +59,6 @@ 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.