Adding safe_index library as a dependency

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

cargo add safe_index

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

safe_index = "0.10.0"

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

Back to the crate overview.