Adding irox_csv library as a dependency

Run this command in a terminal, in your project's directory:

cargo add irox-csv

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

irox-csv = "0.5.1"

The irox_csv library will be automatically available globally. Read the irox_csv library documentation.

Back to the crate overview.