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§

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

Structs§