smolheed 0.1.0

A thin wrapped on top of LMDB with minimum overhead
Documentation
1
2
3
4
5
6
7
pub mod lmdb_error;
pub mod lmdb_ffi;
pub mod lmdb_flags;

pub use self::lmdb_error as error;
pub use self::lmdb_ffi as ffi;
pub use self::lmdb_flags as flags;