macro_rules! format_byte { ($byte:expr $(,)? ) => { ... }; }
colorfully formats a u8 as hex => binary => decimal (=> char (if ascii))