#collection #tree

tree

An ordered map and set based on a binary search tree

18 releases (4 breaking)

Uses old Rust 2015

0.4.1 Oct 7, 2015
0.4.0 Aug 24, 2015
0.3.0 Jun 29, 2015
0.2.0 Apr 23, 2015
0.0.9 Mar 29, 2015

#416 in #collection

28 downloads per month

MIT/Apache

97KB
1.5K SLoC

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;

Dependencies

~5MB
~94K SLoC