Structs§
- Assert
Size - LexStats
- Lexicographic
Key - A vector of bytes representing a lexicographically sortable set of keys. Each key is separated by a byte 0x00 to allow partial index searches.
- RedbKV
Enums§
Traits§
- KV
- A generic key-value store. Assumed to be capable of transactional mutation of key-value collections.
- Opaque
Item - A standard interface for accessing entries in the KV.
- Read
Operations - Serialize
Lexicographic - Allow a type to be serializeo to lexicographically comparable bytes
- Write
Operations - WriteTx