Hacker News new | ask | show | jobs
by drdo 242 days ago
It's not that hard to implement a linked list in Rust in exactly the same way as in C or C++, using raw pointers, and putting a safe API around it.
1 comments

In fact, IIRC exactly that is available in the standard library.