efcl

Macro color

source
macro_rules! color {
    ($a:expr, $b:expr) => { ... };
}
Expand description

Return a String with a Color added to it

ยงExamples

use efcl::{color, Color};

let red_text: String = color!(Color::RED, "This is RED!!");