Crate anondb

Crate anondb 

Source

Re-exports§

pub use anondb_kv;
pub use anyhow;

Structs§

AssertSize
Collection
GeneralRange
Index
IndexOptions
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§

Param
ParamTyped
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.
Queryable
ReadOperations
SerializeLexicographic
Allow a type to be serializeo to lexicographically comparable bytes
WriteOperations
WriteTx

Derive Macros§

AnonDB
Document