Skip to main content

Module btree

Module btree 

Source
Expand description

This module defines the BTree data structure and its related types.

Modules§

inspect
This module holds various helpers for inspecting the internal structure of the B-tree.

Structs§

BTree
The main data structure for the B-tree algorithm.

Traits§

BTreeConfig
The configuration trait for the BTree.