Skip to main content

Crate range_tree_rs

Crate range_tree_rs 

Source
Expand description

This crate provides a range-tree implementation, intended to manage range section with btree.

Structs§

IntoIter
An consuming iterator for RangeTree
Iter
An iterator without bound, acquire from RangeTree::iter()
RangeIter
An iterator for RangeTree with bound, acquire from RangeTree::range()
RangeTree
A b+tree stores range segment of [start, start+size)

Traits§

RangeTreeKey
RangeTreeOps
Trait for allocator