| Crates.io | tree |
| lib.rs | tree |
| version | 0.4.1 |
| created_at | 2015-03-12 15:50:40.07042+00 |
| updated_at | 2015-12-11 23:59:34.806356+00 |
| description | An ordered map and set based on a binary search tree. |
| homepage | https://github.com/apasel422/tree |
| repository | https://github.com/apasel422/tree |
| max_upload_size | |
| id | 1561 |
| size | 116,181 |
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;