merutable 0.0.1

Embeddable single-table engine: row + columnar Parquet with Iceberg-compatible metadata
Documentation
1
2
3
4
5
6
7
8
pub mod arena;
pub mod iterator;
pub mod manager;
// Issue #38: see `engine::engine` rationale; the inner
// `memtable.rs` keeps its name post-collapse.
#[allow(clippy::module_inception)]
pub mod memtable;
pub mod skiplist;