Adding smallest_uint library as a dependency

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

cargo add smallest-uint

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

smallest-uint = "0.1.5"

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

Back to the crate overview.