[RESOURCE] Learning Rust With Entirely Too Many Linked Lists

Open link in next tab

Introduction - Learning Rust With Entirely Too Many Linked Lists

https://rust-unofficial.github.io/too-many-lists/

Learning Rust With Entirely Too Many Linked Lists

This might be a more interesting dive into Rust for those with a fair amount of existing c and/or c++.

I tried it out myself a few years ago. I had fun reliving the nightmare of implementing doubly-linked lists in C back in school! I never made it to the end of the book, though; it got wayyyy more complex around halfway than I could process at the time.