Skip to main content

Crate osom_lib_btree

Crate osom_lib_btree 

Source
Expand description

This crate defines and implements the B Tree related data structures and algorithms.

Modulesยง

btree
This module defines the BTree data structure and its related types.
defaults
Contains the default, recommended configuration for the B-tree.
errors
Holds the definition of BTreeError.
stdstd
This module defines the std aliases.