macro_rules! pcs { ($($arg:tt)*) => { ... }; }
输出彩色字体到标准输出
use color_string::pcs; use color_string::Font::*; pcs!(Red => "hello world"); pcs!(Red; "{} {}","hello","world");