[][src]Macro rusty_ci::color_print

macro_rules! color_print {
    ($color:ident, $fmt:expr $(,$e:expr)*) => { ... };
}

This prints a format string with a specific color. The color must be one of the following.

  • Black
  • Blue
  • Green
  • Red
  • Cyan
  • Magenta
  • Yellow
  • White