Crate htmlescape[−][src]
Structs
| DecodeErr |
Error from decoding a entity-encoded string. |
Enums
| DecodeErrKind |
Functions
| decode_html |
Decodes an entity-encoded string. |
| decode_html_rw |
Decodes an entity-encoded string from a reader to a writer. |
| encode_attribute |
HTML entity-encodes a string for use in attributes values. |
| encode_attribute_w |
HTML entity-encodes a string, for use in attributes values, to a writer. |
| encode_minimal |
HTML entity-encode a string. |
| encode_minimal_w |
HTML entity-encode a string to a writer. |