#reporter #error #utility

error_reporter

A library to print errors

1 stable release

1.0.0 Mar 14, 2023

#149 in Value formatting

Download history 3064/week @ 2024-12-14 2301/week @ 2024-12-21 1957/week @ 2024-12-28 2637/week @ 2025-01-04 4684/week @ 2025-01-11 5083/week @ 2025-01-18 4862/week @ 2025-01-25 4133/week @ 2025-02-01 4269/week @ 2025-02-08 4841/week @ 2025-02-15 5719/week @ 2025-02-22 5224/week @ 2025-03-01 5015/week @ 2025-03-08 5543/week @ 2025-03-15 5482/week @ 2025-03-22 4515/week @ 2025-03-29

21,348 downloads per month
Used in 35 crates (9 directly)

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.

No runtime deps