fullerror 1.0.0

Error type that shows the full source tree
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented1 out of 2 items with examples
  • Size
  • Source code size: 4.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 405.07 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • JamieH01/fullerror
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JamieH01

A simple error construct with a better Display implementation that prints nested errors via the source method.

fn main() -> Result<(), fullerror::FullError> {} //all you need