Crate tree

Source
Expand description

An ordered map and set based on a binary search tree.

Re-exports§

pub use map::Map;
pub use set::Set;

Modules§

map
An ordered map based on a binary search tree.
set
An ordered set based on a binary search tree.