1 2 3 4 5
//! Functionality for reading and writing Apache Parquet files. pub mod metadata; pub mod read; pub mod write;