Function escape_ascii

Source
const fn escape_ascii<const N: usize>(byte: u8) -> ([Char; N], Range<u8>)
Expand description

Escapes an ASCII character.

Returns a buffer and the length of the escaped representation.