[go: up one dir, main page]

eyre-impl 0.1.0

The generic backing types and traits necessary to implement different forms of catch all contextual errors
Documentation
  • Coverage
  • 58.33%
    7 out of 12 items documented1 out of 8 items with examples
  • Size
  • Source code size: 10.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • yaahc/eyre-impl
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yaahc

The shape of errors to come

Latest Version Rust Documentation

[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