icepick 0.1.0

Experimental Rust client for Apache Iceberg with WASM support for AWS S3 Tables and Cloudflare R2
Documentation
1
2
3
4
5
6
7
8
//! Parquet writer and statistics collection

pub mod arrow_parquet;
pub mod parquet;
pub mod stats;

pub use arrow_parquet::arrow_to_parquet;
pub use parquet::ParquetWriter;