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

#28 in #binary-search-tree

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;

lib.rs:

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

Dependencies

~4.5MB
~91K SLoC