Color
Make ASCII color strings.
Usage:
use Color;
Cyan.make;
Yellow.make;
Supported Colors:
- Cyan
- Green
- Red
- Yellow
- Blue
- Magenta
Make ASCII color strings.
use colci::Color;
Color::Cyan("All tests PASSED.").make();
Color::Yellow("Congratulations!").make();