Skip to main content

write_name

Function write_name 

Source
pub fn write_name(name: &str, out: &mut Vec<u8>)
Expand description

Writes a name object with its leading solidus, escaping every byte outside the regular range as #xx (delimiters, whitespace, # itself, and anything outside 0x21..=0x7E).