Expand description
A module to control the looks of text.
Structs§
- Attribute
Diff - The change in attributes. Use
Attributes::diffto create one. - Attributes
- Attributes change the way a piece of text is displayed.
- Styled
- Some content with a particular style applied.
Enums§
- Color
- Represents a color. See the underlying terminal library documentation for information on terminal compatibility.
Traits§
- Stylize
- Provides a set of methods to set the colors and attributes.