Hacker News new | ask | show | jobs
by nebopolis 3433 days ago
Learning Rust With Entirely Too Many Linked Lists (http://cglab.ca/~abeinges/blah/too-many-lists/book/) is the best resource I've found for learning how to create data structures in Rust. It goes over a lot of the pain points of interacting with cyclic data structures.
1 comments

Thank you for this pointer!