tari_storage 0.2.1

Key-Value store API for the Tari project
Documentation
mod key_val_store;
pub mod lmdb_store;

pub use key_val_store::{
    key_val_store::IterationResult,
    lmdb_database::LMDBWrapper,
    HashmapDatabase,
    KeyValStoreError,
    KeyValueStore,
};