An ordered map and set based on a binary search tree.
Documentation is available at https://apasel422.github.io/tree/tree.
To use tree
with Cargo, add this to Cargo.toml
:
[dependencies]
tree = "*"
and this to the crate root:
extern crate tree;