Crate anondb_kv

Crate anondb_kv 

Source

Structs§

AssertSize
LexStats
LexicographicKey
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§

SortDirection

Traits§

KV
A generic key-value store. Assumed to be capable of transactional mutation of key-value collections.
OpaqueItem
A standard interface for accessing entries in the KV.
ReadOperations
SerializeLexicographic
Allow a type to be serializeo to lexicographically comparable bytes
WriteOperations
WriteTx