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