Crate lsm[][src]

Re-exports

pub use async_iter as iterate;

Modules

async_iter
sync_iter

Structs

Database

The main database structure This struct can be accessed concurrently and you should never instantiate it more than once for the same on-disk files

Params

Parameters to customize the creation of the database

WriteBatch

A WriteBatch allows to bundle multiple updates together for higher throughput

WriteOptions

Allows specifying details of a write

Enums

StartMode

Allow specifying how the datastore behaves during startup

WriteError

Trait aliases

KV_Trait

Keys and values must be (de-)serializable