|
Pretty Diagnostics
Create your own pretty diagnostics
|
Functions | |
| GlyphSet | Unicode () |
| Returns a Unicode glyph set for rich terminal rendering. More... | |
| GlyphSet | Ascii () |
| Returns an ASCII-only glyph set for maximum compatibility. More... | |
| GlyphSet pretty_diagnostics::Glyphs::Ascii | ( | ) |
Returns an ASCII-only glyph set for maximum compatibility.
Uses simple ASCII characters to ensure correct rendering on limited or legacy terminals
| GlyphSet pretty_diagnostics::Glyphs::Unicode | ( | ) |
Returns a Unicode glyph set for rich terminal rendering.
Uses box-drawing and symbolic Unicode characters. Recommended for modern terminals with full Unicode support