Expand description
Provides project-wide diagnostic types that describe more fine-grained error conditions..
Re-exports§
pub use codes::ErrorCode;
pub use color::UseColor;
pub use reporter::Reporter;
pub use reporter::StandardStreamReporter;
Modules§
- codes
- The
ErrorCode
type represents the set of conditions reported by the Diagnostics system. - color
- A common helper type to determine color output.
- functions
- One-line description.
- reporter
- This module contains the trait
Reporter
and common implementations.
Enums§
- Severity
Filter - This value determines the level of diagnostics to be emitted by any reporter.
Type Aliases§
- Diagnostic
- The type of structured diagnostic reports.