linked_lists
A crate containing many different types of linked lists.
no_std:
linked_lists
is no_std. However, it still requires alloc
.
Currently existing lists:
stack
(1.3.0): A singly linked list with stack operations.
persistent
(1.0.0): A persistent immutable non-thread safe list.
persistent_arc
(1.0.0): A persistent immutable thread safe list.