1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-26 11:17:49 +02:00

Add Too Many Lists book to other resources (#410)

As suggested by @mgeisler in https://news.ycombinator.com/item?id=34092980. Wording taken from https://github.com/rust-unofficial/awesome-rust#resources.
This commit is contained in:
Jan Wilken Dörrie 2023-02-14 22:25:06 +01:00 committed by GitHub
parent 2436560e40
commit 8e4bf245d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,10 @@ A small selection of other guides and tutorial for Rust:
Rust](https://docs.microsoft.com/en-us/learn/paths/rust-first-steps/): two
Rust guides aimed at new developers. The first is a set of 35 videos and the
second is a set of 11 modules which covers Rust syntax and basic constructs.
* [Learn 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.
Please see the [Little Book of Rust Books](https://lborb.github.io/book/) for
even more Rust books.