Adding fixed_bump library as a dependency

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

cargo add fixed-bump

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

fixed-bump = "0.3.4"

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

Back to the crate overview.