Module term

Source
Expand description

Terminal back-end for emitting diagnostics.

Re-exports§

pub use termcolor;

Modules§

config 🔒
renderer 🔒
views 🔒

Structs§

Chars
Characters to use when rendering the diagnostic.
Config
Configures how a diagnostic is rendered.
Styles
Styles to use when rendering the diagnostic.

Enums§

DisplayStyle
The display style to use when rendering diagnostics.

Functions§

emit
Emit a diagnostic using the given writer, context, config, and files.