Crate microdb

Source
Expand description

Re-exports§

pub use db::*;
pub use storage::*;

Modules§

data
db
storage

Macros§

com_obj
Automatically implements ComObj for a RawObj
extract
Convenience macro to extract a value from the database and return Ok(None) if not found.