Re-exports

pub use anyhow;
pub use colored;

Modules

Macros

Return early with an error.
Construct an ad-hoc error from a string or existing non-narrate error value.

Structs

Iterator of a chain of source errors.
Wrapper around a dynamic error type with an optional help message.

Enums

Standard command line application error
The 8 standard colors.

Traits

Provides wrap, wrap_help and wrap_help_owned methods for Result.
Provide exit_code method for errors. Intended to be passed to std::process::exit.

Type Definitions

Result<T, Error>