tree

Crates.iotree
lib.rstree
version0.4.1
sourcesrc
created_at2015-03-12 15:50:40.07042
updated_at2015-12-11 23:59:34.806356
descriptionAn ordered map and set based on a binary search tree.
homepagehttps://github.com/apasel422/tree
repositoryhttps://github.com/apasel422/tree
max_upload_size
id1561
size116,181
Andrew Paseltiner (apasel422)

documentation

https://apasel422.github.io/tree/tree

README

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;
Commit count: 129

cargo fmt