Crate linked_list
source ·Expand description
Linked lists that supports arbitrary removal in constant time.
It is based on the linked list implementation in Rust-for-Linux.
Re-exports
Modules
- Intrusive circular doubly-linked lists.
Structs
- A linked list.
Traits
- A descriptor of wrapped list elements.
- Wraps an object to be inserted in a linked list.