pub fn escape(value: &str, output: &mut String)
Appends value to output, performing HTML-escaping in the process.
value
output