fixed_bump
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:
Cargo.toml
[dependencies]
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.