Module term

Source

Structs§

OutputOptions
Style
A pre-computed style that can be applied to a struct using [OwoColorize::style]. Its interface mimicks that of [OwoColorize], but instead of chaining methods on your object, you instead chain them on the Style object before applying it.

Enums§

ColorMode

Constants§

CARGO_LOG_WIDTH

Traits§

OwoColorize
Extension trait for colorizing a type which implements any std formatter (Display, Debug, UpperHex, etc.)

Functions§

style
Helper to create Styles more ergonomically