fn fmt_binary(data: &[u8], f: &mut Formatter<'_>) -> Result
writes a byte array to formatter. [1, 2, 3] ==> "1,2,3"
[1, 2, 3]
"1,2,3"