tree 0.2.0

An ordered map and set based on a binary search tree.
docs.rs failed to build tree-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tree-0.4.1

tree

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;