Crate easy_errors

Source
Expand description

§easy_error

easy_error is a Rust crate that provides macros and utilities to simplify and enhance error handling. It reduces boilerplate, improves readability, and maintains Rust’s safety guarantees.

Macros§

define_error
Defines a custom error enum with specified variants.
try_easy
Macro to enhance the ? operator by adding context.

Structs§

EasyError