simd_csv
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:
Cargo.toml
[dependencies]
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.