Adding multiple_errors library as a dependency

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

cargo add multiple_errors

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

multiple_errors = "1.1.3"

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

Back to the crate overview.