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

Structs

Traits

  • A descriptor of wrapped list elements.
  • Wraps an object to be inserted in a linked list.