Adding alien_error library as a dependency

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

cargo add alien-error

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

alien-error = "1.0.16"

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

Back to the crate overview.