aurora 0.0.5

A lightweight and extensible data storage library in Rust.
Documentation
1
2
3
4
5
mod storage;
mod in_memory;
mod prelude;

pub use prelude::*;