#reporter #utility

error_reporter

A library to print errors

1 stable release

1.0.0 Mar 14, 2023

#196 in Value formatting

Download history 4719/week @ 2025-05-26 4815/week @ 2025-06-02 4447/week @ 2025-06-09 4822/week @ 2025-06-16 5203/week @ 2025-06-23 3960/week @ 2025-06-30 3488/week @ 2025-07-07 4710/week @ 2025-07-14 4744/week @ 2025-07-21 5385/week @ 2025-07-28 6114/week @ 2025-08-04 5321/week @ 2025-08-11 5119/week @ 2025-08-18 5708/week @ 2025-08-25 4721/week @ 2025-09-01 5772/week @ 2025-09-08

21,524 downloads per month
Used in 44 crates (10 directly)

MIT/Apache

17KB
188 lines

A type for printing single-line or multi-line error message.

The code in this crate is copied from std::error::Report which is unstable. Unlike the code in std, this code does not support printing backtrace because doing so relies on other unstable features. Otherwise this code is identical to the code in std as of 2023-03-14.


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.

No runtime deps