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§
- Background
Color - An enum to manipulate background colors.
- Foreground
Color - 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.