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;