multiple_errors
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:
Cargo.toml
[dependencies]
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.