[go: up one dir, main page]

Module raw

Source
Expand description

The core implementation of the concurrent trie data structure.

This module contains the Raw type, which is the engine of all the data structures in this crate. This is exposed to allow wrapping it into further APIs, but is probably not the best thing for general use.

Modules§

config
The Config trait for specifying behaviour of Raw.
debug
A module containing few debug utilities.
iterator
Iteration of the Raw map.

Structs§

Raw
The raw hash trie data structure.