pub fn escape_byte_string<B>(bytes: B) -> Stringwhere B: AsRef<[u8]>,
Converts bytes into a ready-to-be-printed form.