merutable 0.0.1

Embeddable single-table engine: row + columnar Parquet with Iceberg-compatible metadata
Documentation
1
2
3
4
5
6
7
pub mod cached;
pub mod local;
pub mod s3;
pub mod traits;

pub use local::LocalFileStore;
pub use traits::MeruStore;