macro_rules! bold { ($a:expr) => { ... }; }
Return a String that is bold
use efcl::bold; let bold_text: String = bold!("This is BOLD!!");