Description
Command output can be colorized automatically in the terminal to make logs, compiler messages, and common command results easier to scan. This Rust port provides the generic colouriser behavior with a modern implementation.
Colorized output improves readability but can confuse scripts if ANSI codes are captured. Use it mainly for interactive terminal sessions, not for machine-parsed output.