mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 04:59:50 +02:00
Add linked list resource (#6608)
Add "Too Many Linked Lists" book to Rust LinkedList resources
This commit is contained in:
@@ -5,3 +5,4 @@ The **Linked List** in Rust is a sequence of nodes where each node consists of a
|
||||
Learn more from the following links:
|
||||
|
||||
- [@official@LinkedList in std::collections - Rust](https://doc.rust-lang.org/std/collections/struct.LinkedList.html)
|
||||
- [@opensource@Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/)
|
||||
|
Reference in New Issue
Block a user