# range-tree-rs
document: <https://docs.rs/range-tree-rs>
This crate provide efficient API for implementing slab allocators
V0.1 is an attempt base on AVL tree (referring to the Algorithm from OpenZFS).
V0.2 is a rewrite with btree (from [embed-collections](https://github.com/NaturalIO/embed-collections-rs))