Skip to main content

esc

Function esc 

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

HTML-escape the five significant characters. This is THE single interpolation helper — every value rendered into a server view passes through it. Ampersand is escaped first so a later < is not double-escaped into <.