Crate hubert

Crate hubert 

Source

Re-exports§

pub use server::MemoryKv;
pub use server::SqliteKv;

Modules§

hybrid
ipfs
logging
mainline
server

Enums§

Error
Top-level error type for the hubert library.

Traits§

KvStore
Unified trait for key-value storage backends using ARID-based addressing.

Type Aliases§

Result
Result type using the top-level Error.