btree-range-map 0.8.0

B-tree range map implementation
Documentation
1
2
3
4
5
6
7
8
9
pub use raw_btree::Node;

pub mod map;
pub mod multimap;
pub mod set;

pub use map::RangeMap;
pub use multimap::RangeMultiMap;
pub use set::RangeSet;