Crate bittree

Source

Modules§

getbytes
This module contains the GetBytes trait.

Structs§

BitTree
This is the main data structure that the crate contains. It consists of a tree of bits that is specifically meant for an O(1) find function. It has slow indexing, pushes, and removals, however, and so is mainly useful for seldom changed datasets that are searched consistently.