A simple library written in Rust for formatting text output to the terminal.
Set foreground and background colors using:
- Named basic colors, with regular and bright variations,
- 256-color mode color numbers, and
- 24-bit color mode RGB color values.
Format text as bold, faint, underline, italicize, or strikethrough.
Control the cursor position, show/hide the cursor, clear the screen, clear a line, or scroll the terminal screen.
See the examples/ directory for demonstrations of the library's features.