Adding howmuch library as a dependency
Run this command in a terminal, in your project's directory:
cargo add howmuch
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
howmuch = "0.1.2"
The howmuch library will be automatically available globally.
Read the howmuch library documentation.
Back to the crate overview.