Adding usize_cast library as a dependency

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

cargo add usize_cast

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

usize_cast = "1.1.0"

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

Back to the crate overview.