mintdb 0.1.0-beta.3

MintDB is an open source document based database built in Rust.
Documentation
1
2
3
pub use crate::err::Error;
pub use std::format as f;
pub type Result<T> = core::result::Result<T, Error>;