Expand description
Beautiful diagnostic reporting for compilation/decoding/deserialzation apps.
Modules§
- renderer
- This module provides a various of built-in diagnostic renderers.
Structs§
- Diagnostic
- A
Diagnostic
reporting for source file. - FileId
- A reference to source file.
- Label
- Addition diagnostic information.
Enums§
- Label
Style - Label display style.
- Level
- Reporting level.
- Stage
- The compilation stage.
Traits§
- Renderer
- Diagnostic reporting renderer.
Functions§
- get_
renderer - Get the global
Renderer
. - set_
renderer - Set the global
Renderer
.