Skip Navigation

Search

Learning Rust and Lemmy @lemmy.ml
Jayjader @jlai.lu

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.