Crate error_utils

Source

Macros§

fail
Shorthand for std::process::exit
handle_err
Shorthand to handle Option<T> and Result<T, E>

Derive Macros§

Errors
Derive macro to simplify error type implementation. Implements [std::fmt::Display], [std::error::Error] for the derived Type.