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
Configtrait for specifying behaviour ofRaw. - debug
- A module containing few debug utilities.
- iterator
- Iteration of the
Rawmap.
Structs§
- Raw
- The raw hash trie data structure.