1 stable release

1.0.0 Mar 14, 2023

#221 in Value formatting

Download history 1703/week @ 2023-12-17 2776/week @ 2023-12-24 2032/week @ 2023-12-31 2357/week @ 2024-01-07 2375/week @ 2024-01-14 2382/week @ 2024-01-21 1732/week @ 2024-01-28 2657/week @ 2024-02-04 2809/week @ 2024-02-11 1182/week @ 2024-02-18 667/week @ 2024-02-25 929/week @ 2024-03-03 700/week @ 2024-03-10 493/week @ 2024-03-17 398/week @ 2024-03-24 444/week @ 2024-03-31

2,040 downloads per month
Used in 2 crates

MIT/Apache

17KB
188 lines

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.


lib.rs:

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.

No runtime deps