rustminidb 0.1.0

A lightweight embedded database with native REST API
1
2
3
4
5
6
//! Storage module

pub mod encoding;
pub mod engine;
pub mod redb_engine;
pub mod schema;