Crate raw_btree

Crate raw_btree 

Source
Expand description

This library provides a RawBTree type that can be used as a basis for any B-Tree-based data structure.

Re-exports§

pub use node::Address;
pub use node::Node;
pub use storage::Storage;

Modules§

node
storage

Structs§

IntoIter
Item
Iter
IterMut
RawBTree

Constants§

M
Knuth order of the B-Trees.