Module write_html::escapes
source · Expand description
Provides StringEscaper
and HtmlEscaper
to escape strings for use in string literals and HTML elements respectively.
Structs
- Escapes a string for the inside of an HTML element.
- Escapes a string for the inside of a string literal.