Y
Hacker News
new
|
ask
|
show
|
jobs
by
gaanbal
253 days ago
yea it's already in the standard library and it's very straightforward
1 comments
vacuity
253 days 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.
link