Stop writing Rust linked list libraries!
https://diziet.dreamwidth.org/13476.html
·
<h3>tl;dr:</h3><br /><p>Don’t write a Rust linked list library: they are hard to do well, and usually useless.</p><br /><p>Use <code>VecDeque</code>, which is great. If you actually need more than <code>VecDeque</code> can do, use one of the handful of libraries that actually offer a significantly m