ansi_rgb 0.3.1

Colorful terminal text using ANSI escape sequences
Documentation
ansi_rgb-0.3.1 has been yanked.

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

crates.io badge docs.rs badge Downloads badge

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