Re-exports§
pub use crate::color::DefaultColor;pub use crate::color::Color;pub use crate::color::DisplayColor;pub use crate::color::EightBitColor;pub use crate::color::TrueColor;pub use styles::Styles;pub use styles::Style;
Modules§
Structs§
- Invalid
Style Error - Styled
String - A Styled String. This is the only safe Display method in terms of supporting NO_COLOR
- Styles
Container - A container for all the styles applied to the String This can also be serialized and applied with serde
Traits§
- Style
String - A trait meaning it can be converted into a styled string instead