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