colci

Make ASCII color strings

1 unstable release

0.1.0 Oct 19, 2020


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