Adding simd_csv library as a dependency

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

cargo add simd-csv

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

simd-csv = "0.13.0"

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

Back to the crate overview.