#linked-list #elements #pointers #middle #insert #remove #unsafely

open_linked_list

A linked list which allows unsafely mutating, removing, and adding elements in the middle of the list through a pointer

1 unstable release

0.1.0 Apr 23, 2024

#3 in #middle

MIT license

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.

No runtime deps