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