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