This library provides a RawBTree type that can be used as a basis for any B-Tree-based data structure.
RawBTree
pub use node::Address;
pub use node::Node;
pub use storage::Storage;