Adding limiting_factor library as a dependency

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

cargo add limiting-factor

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

limiting-factor = "0.8.0"

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

Back to the crate overview.