use termcolor_output::*; fn main() { let writer: Vec = vec![]; colored!(writer, "Before first - {}, then - {:?}, or even {{this}}: {:b}!"); }