Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 273 Bytes

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;