Modules§
- cli
- control
- A couple of functions to enable and disable coloring.
- customcolors
- Custom colors support.
- file_
traversal - link_
extractors - link_
validator - logger
- markup
Structs§
- Colored
String - A string that may have color and/or style applied to it.
- Config
- Custom
Color - Custom color structure, it will generate a true color in the result
- Optional
Config - Style
- A combinatorial style such as bold, italics, dimmed, etc.
Enums§
- Color
- The 8 standard colors.
- Styles
- Enum containing all of the available style settings that can be
applied to a
Styles
and by extension, a colrized type.
Traits§
- Colorize
- The trait that enables something to be given color.
Functions§
Type Aliases§
- Wild
Match - A wildcard matcher using
*
as the multi-character wildcard and?
as the single-character wildcard.