dt-cli-tools

CLI tools for viewing, filtering, and comparing tabular data files
Log | Files | Refs | README | LICENSE

mod.rs (74B)


      1 pub mod arrow;
      2 pub mod csv;
      3 pub mod excel;
      4 pub mod json;
      5 pub mod parquet;