Skip to main content

escape_html

Function escape_html 

Source
fn escape_html(text: &str) -> String
Expand description

Minimal HTML escaping for text interpolated into the landing page. Descriptions come from our own Cargo manifests, but escaping keeps the generator correct no matter what a future manifest says.