1 unstable release
0.1.0 | Apr 23, 2024 |
---|
#3 in #middle
9KB
174 lines
Open linked list
A linked list implementation that allows to unsafely mutate, insert, and remove elements from the middle of the list through a pointer.
Potentially unsafe operations must be marked as unsafe by the user.