top | item 45474027 (no title) gaanbal | 4 months ago yea it's already in the standard library and it's very straightforward discuss order hn newest vacuity|4 months ago The one in the standard library is non-intrusive and allocates space on the heap per node. In situations where a linked list implementation, in Rust code, no less, is deemed necessary, alternatives should probably be used.
vacuity|4 months ago The one in the standard library is non-intrusive and allocates space on the heap per node. In situations where a linked list implementation, in Rust code, no less, is deemed necessary, alternatives should probably be used.
vacuity|4 months ago