polars_io/csv/
mod.rs

1//! Functionality for reading and writing CSV files.
2
3pub mod read;
4pub mod write;