|
|
|
|
|
by ogoffart
254 days ago
|
|
> Rust, contrary to public claims, often does worse on memory safety than C++, which is a sad state of affairs. Nonsense! Where do you get that from? Aslo, you can make easily make linked list, it's just not a recommended data structure. |
|
On doubly linked lists: Sorry, but to implement a doubly linked list in Rust well, you have to go through trials and tribulations. A whole book was written about an epic of implementing doubly linked lists in Rust: https://rust-unofficial.github.io/too-many-lists/ . And if all that is required for a data structure as simple as a doubly linked list, what will then be required for some of the more complex data structures?