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