Structs§
- Output
Options - 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 theStyle
object before applying it.
Enums§
Constants§
Traits§
- OwoColorize
- Extension trait for colorizing a type which implements any std formatter
(
Display
,Debug
,UpperHex
, etc.)