Module phd::color

source ·
Expand description

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

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

Structs

Functions

Hide colors.
Are we showing colors are not?