1 2 3 4 5 6 7 8 9
//! Data format converters //! //! Converters transform data between different formats //! (CSV, JSON, `DataTable`, etc.) // Will contain: // - csv_converter.rs // - json_converter.rs // - datatable_converter.rs