simd_itertools
Run this command in a terminal, in your project's directory:
cargo add simd-itertools
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
simd-itertools = "0.3.0"
The simd_itertools library will be automatically available globally. Read the simd_itertools library documentation.
Back to the crate overview.