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 with the escaped representation and its corresponding range.