escape_html

Function escape_html 

Source
pub fn escape_html(text: &str) -> Cow<'_, str>
Expand description

Escape <, >, and ‘&’ for HTML.