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:

toml [dependencies] bst = "*"

and this to the crate root:

rust extern crate bst;