range-tree-rs 0.2.1

A range tree implement for slab allocator
Documentation
range-tree-rs-0.2.1 has been yanked.

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)