memtable-core 0.1.0

Core library that provides table data structures
Documentation
1
2
3
4
5
6
7
mod mem;
pub use mem::MemTable;

mod fixed;
pub use fixed::{FixedColumnTable, FixedRowTable, FixedTable};

mod utils;