Function escape

Source
pub fn escape(raw: &[u8]) -> Cow<'_, [u8]>
Expand description

helper function to escape a &[u8] and replace all xml special characters (<, >, &, ’, “) with their corresponding xml escaped value.