Module plain

Source
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§

PlainEncoding
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
TransactionalTree
The “Plain” Tree’s TransactionalTree
Tree
The “Plain” Tree
TreeBuilder
The “Plain” Tree’s Builder