Crate mle

Source

Re-exports§

pub use config::Config;

Modules§

anchor
config
control
A couple of functions to enable and disable coloring.
customcolors
Custom colors support.
extractors
file_traversal
ignore_link
ignore_path
link
markup
path_buf
result
state

Structs§

ColoredString
A string that may have color and/or style applied to it.
CustomColor
Custom color structure, it will generate a true color in the result
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.

Constants§

VERSION

Traits§

Colorize
The trait that enables something to be given color.

Functions§

find_all_links
run
Runs the markup link extractor. This is the main entry point of this library.

Type Aliases§

BoxError
BoxResult
WildMatch
A wildcard matcher using * as the multi-character wildcard and ? as the single-character wildcard.