Crate colorful

source ·
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

Support &str and String, you can use "text".red() and s.red() for s:String