Crates.io | bst |
lib.rs | bst |
version | 0.0.1 |
source | src |
created_at | 2015-03-20 14:01:41.584705 |
updated_at | 2015-12-11 23:56:40.231265 |
description | An ordered map and set based on a binary search tree. |
homepage | https://github.com/contain-rs/bst |
repository | https://github.com/contain-rs/bst |
max_upload_size | |
id | 1621 |
size | 115,292 |
An ordered map and set based on a binary search tree.
Documentation is available at https://contain-rs.github.io/bst/bst.
To use bst
with Cargo, add this to Cargo.toml
:
[dependencies]
bst = "*"
and this to the crate root:
extern crate bst;