Adding kellnr_error library as a dependency

Run this command in a terminal, in your project's directory:

cargo add kellnr-error

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

kellnr-error = "5.14.1"

The kellnr_error library will be automatically available globally. Read the kellnr_error library documentation.

Back to the crate overview.