velarixdb 0.0.17

An LSM Storage Engine focused on reduced IO amplification
Documentation
1
2
3
4
5
mod table;
#[cfg(test)]
pub use table::DataFile;
pub(crate) use table::Summary;
pub(crate) use table::Table;