error_reporter 1.0.0

A library to print errors
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented2 out of 3 items with examples
  • Size
  • Source code size: 28.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.59 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • mahkoh/error_reporter
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mahkoh

Error Reporter

crates.io docs.rs

This crate contains a copy of the std::error::Report type which is currently unstable. The copy is identical except that backtraces are not supported since they rely on other unstable features.