Expand description
Colored your terminal. You can use this package to make your string colorful in terminal. Platform support:
- Linux
- macOS

Re-exports§
pub use core::colors::Color;pub use core::hsl::HSL;pub use core::rgb::RGB;pub use core::style::Style;
Modules§
Traits§
- Colorful
- Support
&strandString, you can use"text".red()ands.red()for s:String - Extra
Color Interface