bst

Crates.iobst
lib.rsbst
version0.0.1
sourcesrc
created_at2015-03-20 14:01:41.584705
updated_at2015-12-11 23:56:40.231265
descriptionAn ordered map and set based on a binary search tree.
homepagehttps://github.com/contain-rs/bst
repositoryhttps://github.com/contain-rs/bst
max_upload_size
id1621
size115,292
Owners (github:ixmilia:owners)

documentation

https://contain-rs.github.io/bst/bst

README

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

cargo fmt