Expand description
“Plain” expiring trees
This module is generic over the metadata encoding, but assumes values stored in the tree are IVecs. This allows for binary types to be stored without impacting performance
Structs§
- Plain
Encoding - A ‘Plain’ Encoding that only works on values that are already bytes
Type Aliases§
- Batch
- The “Plain” Tree’s Batch
- Iter
- The “Plain” Tree’s Iterator
- Transactional
Tree - The “Plain” Tree’s TransactionalTree
- Tree
- The “Plain” Tree
- Tree
Builder - The “Plain” Tree’s Builder