There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and allows lookups of entries by value or sorted order position.