Crate typed_store

Crate typed_store 

Source

Re-exports§

pub use traits::Map;
pub use metrics::DBMetrics;
pub use rocksdb;

Modules§

metrics
rocks
test_db
traits

Macros§

reopen
A helper macro to reopen multiple column families. The macro returns a tuple of DBMap structs in the same order that the column families are defined.

Enums§

TypedStoreError

Type Aliases§

StoreError

Derive Macros§

DBMapUtils
A helper macro to simplify common operations for opening and debugging TypedStore (currently internally structs of DBMaps) It operates on a struct where all the members are of Store<K, V> or DBMap<K, V> TypedStoreDebug traits are then derived The main features are: