Experimental error handling abstraction providing a unified error type and derive macro.
# Cargo.toml
[dependencies]
failure = "0.1.8"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a custom error type using the Fail derive macro.
Replace `failure` with `anyhow` for application errors or `thiserror` for library errors.
No dependency data recorded yet.