The shape of errors to come

[dependencies]
eyre-impl = "0.1"
Example
INSERT SIMPLE BOXERROR + BACKTRACE IMPL HERE
Details
- This library provides the shared machinery needed when building error types
like
anyhow or anomaly. The key insight in this crate is the clean
separation of context for errors and the errors themselves. This crate should
not be used as a direct dependency, the indended usage is to either use one of
the crates that depend on this crate, or to fork one of those crates and use it
as a jumping off point for implementing an catch-all contextualizing error type
that exactly fits your needs.
License