pub fn escape_byte_string<B>(bytes: B) -> Stringwhere
    B: AsRef<[u8]>,
Expand description

Converts bytes into a ready-to-be-printed form.