Basic error handling, delimiter parsing, and column selection for CSVs in Rust
This crate is a mostly unaltered adaptation of two modules I created for a command-line library I built to create pivot tables.
I'm hoping to continue using it in future CSV CLIs I build (assuming I do build future CLIs for reading CSVs).
To use this library, type this into your Cargo.toml file:
csv_cli_core = { git = "https://github.com/maxblee/csv_cli_core" , tag = "v0.1.0" }