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.