Expand description
ANSI renderer — turns an EventStream into colored text with Nord styling.
Honors NO_COLOR, auto-detects non-tty streams, and always writes
deterministic output (same events + same theme → identical bytes).
Structs§
Functions§
- should_
color - Auto-detect whether to emit ANSI escapes.
trueif stderr is a tty andNO_COLORis not set.