[][src]Module phd::color

Cheesy way to easily wrap text in console colors. Example:

use phd::color;
println!("{}Error: {}{}", color::Red, "Something broke.", color::Reset);

Structs

Black
Blue
Bold
Cyan
DarkBlack
DarkBlue
DarkCyan
DarkGreen
DarkMagenta
DarkRed
DarkWhite
DarkYellow
Green
Magenta
Red
Reset
Underline
White
Yellow