|
Pretty Diagnostics
Create your own pretty diagnostics
|
Go to the source code of this file.
Data Structures | |
| struct | pretty_diagnostics::GlyphSet |
| Collection of glyphs used for rendering text-based UI elements. More... | |
| struct | pretty_diagnostics::ColorSet |
| Collection of color styles used for semantic highlighting. More... | |
| struct | pretty_diagnostics::Config |
| Configuration options for the TextRenderer. More... | |
| class | pretty_diagnostics::TextRenderer |
A plain-text renderer for diagnostic Reports. More... | |
Namespaces | |
| namespace | pretty_diagnostics |
| namespace | pretty_diagnostics::Glyphs |
| namespace | pretty_diagnostics::Colors |
Functions | |
| GlyphSet | pretty_diagnostics::Glyphs::Unicode () |
| Returns a Unicode glyph set for rich terminal rendering. More... | |
| GlyphSet | pretty_diagnostics::Glyphs::Ascii () |
| Returns an ASCII-only glyph set for maximum compatibility. More... | |
| ColorSet | pretty_diagnostics::Colors::Default () |
| Returns the default ANSI color set for rendering. More... | |