Module cargo_component_core::terminal
source · Expand description
Module for the terminal output implementation.
This implementation is heavily inspired by Shell
from cargo
.
Structs§
- An abstraction around output that considers preferences for verbosity and color.
Enums§
- The supported color options of
cargo
. - Available standard ANSI colors for use with
OwoColorize::color
orOwoColorize::on_color
- The requested verbosity of output.