A basic newtype wrapper for use with ? in main.
# Cargo.toml
[dependencies]
exitfailure = "0.5.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Allows using `?` in main by wrapping errors into ExitFailure.
Replace with `anyhow::Result` or `eyre::Result`.
No dependency data recorded yet.