Crate splay_tree [] [src]

Splay tree based data structures

Reexports

pub use map::SplayMap;
pub use set::SplaySet;
pub use heap::SplayHeap;

Modules

heap

A priority queue implemented with a splay tree.

map

A map based on a B-Tree.

set

A set based on splay tree.