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