1 unstable release

0.1.0 Oct 19, 2020

#26 in #color-string

Download history 3/week @ 2024-02-19 9/week @ 2024-02-26 6/week @ 2024-03-11 23/week @ 2024-03-18 59/week @ 2024-03-25

89 downloads per month
Used in leetup

MIT/Apache

3KB

Color

Make ASCII color strings.

Usage:

use colci::Color;

Color::Cyan("All tests PASSED.").make();
Color::Yellow("Congratulations!").make();

Supported Colors:

  • Cyan
  • Green
  • Red
  • Yellow
  • Blue
  • Magenta

No runtime deps