//! # faucet-source-csv
//!
//! CSV file source connector for the faucet-stream ecosystem.
//!
//! Reads a CSV file and returns each row as a JSON object with header names
//! (or generated column names) as keys.
pub use ;
pub use CsvSourceConfig;
pub use CsvSource;