Function core::escape::escape_ascii_into

source ·
pub(crate) fn escape_ascii_into(output: &mut [Char; 4], byte: u8) -> Range<u8> 
Expand description

Escapes a byte into provided buffer; returns length of escaped representation.