sl_console

Module color

Source
Expand description

Color managemement.

§Example

use sl_console::color;

    println!("{}Red", color::Fg(color::Red));
    println!("{}Blue", color::Fg(color::Blue));
    println!("{}Back again", color::Fg(color::Reset));

Structs§

Traits§