memtable-core 0.1.0

Core library that provides table data structures
Documentation
1
2
3
4
5
6
7
8
mod both;
mod col;
mod row;

use super::utils;
pub use both::FixedTable;
pub use col::FixedColumnTable;
pub use row::FixedRowTable;