aurora 0.0.5

A lightweight and extensible data storage library in Rust.
Documentation
1
2
3
4
pub use crate::storage::Storage;

#[cfg(feature = "keyset")]
pub use crate::in_memory::*;