ansi_rgb
Colorful terminal text using ANSI escape sequences.
- Very simple API
- 3-, 4-, 8-, and 24-bit colors
- Colors all the formatting traits
- Easy to add your own color types
no_std
compliant



Upcoming changes
Features:
- Make it easier to extend to other color types
- Add built-in support for 3-, 4-, and 8-bit colors
- Slim down when
no-default-features
is specified
Bug fixes:
- Format string parameters (like padding) now actually work
Breaking changes:
- Pretty much every trait is changing names