polars_parquet/
lib.rs

1
2
3
4
#![allow(clippy::len_without_is_empty)]
pub mod arrow;
pub use crate::arrow::{read, write};
pub mod parquet;