Function rocket_dyn_templates::handlebars::html_escape
source ยท pub fn html_escape(data: &str) -> String
Expand description
The default escape fn replaces the characters &"<>
with the equivalent html / xml entities.
pub fn html_escape(data: &str) -> String
The default escape fn replaces the characters &"<>
with the equivalent html / xml entities.