colci

Crates.iocolci
lib.rscolci
version0.1.0
sourcesrc
created_at2020-10-19 06:01:05.594703
updated_at2020-10-19 06:01:05.594703
descriptionMake ASCII color strings
homepage
repositoryhttps://github.com/dragfire/color.git
max_upload_size
id302785
size2,381
Devajit Asem (dragfire)

documentation

README

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
Commit count: 8

cargo fmt