Expand description
Error report collection and printing facilities.
Re-exportsยง
pub use report_struct::Confidence;
pub use report_struct::LogReport;
pub use report_struct::PointedMessage;
pub use report_struct::Severity;
pub use suppress::suppress_from_json;
pub use errors::*;
Modulesยง
- builder ๐By splitting the builder up into stages, we achieve two goals.
- error_
key ๐ - error_
loc ๐ - errors ๐Collect error reports and then write them out.
- filter ๐
- output_
style ๐ - report_
struct ๐ - suppress ๐
- writer ๐
- writer_
json ๐