Skip to main content

html_escape

Function html_escape 

Source
pub fn html_escape(s: &str) -> String
Expand description

HTML-escape user-supplied text for interpolation into attributes and text content. Handles &, <, >, ", '.