colci 0.1.0

Make ASCII color strings
Documentation
  • Coverage
  • 12.5%
    1 out of 8 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dragfire/color
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dragfire

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