formats
this crate adds the formats!(), prints!(), and printlns!() macros, which work just like the standard format!(), print!(), and println!(), except they allow arbitrary expressions in placeholders. such as:
let s = formats!;
prints!;
printlns!;