pub fn html_encode<S>(input: S) -> Stringwhere S: Into<String>,
Encodes a string for HTML.
input
String
A new String that is HTML encoded.