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