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