Function clidogs::color_printer::rainbow

source ·
pub fn rainbow(string: &str) -> String
Expand description

Colors the given lines in rainbow colors.

Arguments

  • lines - The lines to color.

Returns

The colored output.