1 stable release
| 1.0.0 | Mar 14, 2023 |
|---|
#196 in Value formatting
21,524 downloads per month
Used in 44 crates
(10 directly)
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
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.