Crate linked_lists

Source
Expand description

A crate containing many types of linked lists.

Each different list is enabled with a cargo feature.

Modules§

persistent
A singly linked persistent list using Rc.
persistent_arc
A singly linked persistent list using Arc.
stack
A singly linked list with stack operations.

Structs§

ListVersion
A struct describing the version of a module in this crate.