From d6bb75ab7bbe5b2a561b76de9d038b930688acb1 Mon Sep 17 00:00:00 2001 From: Nicole L Date: Mon, 13 Nov 2023 09:28:22 -0800 Subject: [PATCH] Revert "Update other-resources.md" (#1477) Reverts google/comprehensive-rust#1452, as the learning resource added there is not fully free content. --- src/other-resources.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/other-resources.md b/src/other-resources.md index cfda23ed..7376c288 100644 --- a/src/other-resources.md +++ b/src/other-resources.md @@ -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.