Adding errors_with_context library as a dependency

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:

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.