Skip to main content

write_html

Function write_html 

Source
pub fn write_html<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the HTML-encoded form of input to out.

see for_html for encoding rules.