Crate colory

Source
Expand description

colory is a utility to make your command line output more colorful! See the getting started for more details.

Re-exports§

pub use styles::Styles::Off;

Enums§

BackgroundColor
An enum to manipulate background colors.
ForegroundColor
An enum to manipulate foreground colors.
Styles
Some properties not necessarily releated to foreground and background colors and are in this enum.

Functions§

colory_init
The initializer. It is necessary to call this on windows so that ansi escape codes work correctly.