macro_rules! itoa { ($integer:ident) => { ... }; }
Use itoa to format an integer (without commas).
itoa
This takes an itoa::Integer as input and outputs a &str.
itoa::Integer
&str