Adding slice_of_array library as a dependency

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

cargo add slice-of-array

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

slice-of-array = "0.3.2"

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

Back to the crate overview.