timeseries-table-format 0.5.0

Append-only time-series table format with gap/overlap tracking
Documentation
1
2
3
4
5
6
//! Format-specific helpers.
//!
//! This module is the home for IO / metadata helpers that are specific to a
//! particular on-disk segment format (Parquet, CSV, ...).

pub mod parquet;