tinytemplate

Function escape

Source
pub fn escape(value: &str, output: &mut String)
Expand description

Appends value to output, performing HTML-escaping in the process.