Module rphtml::entity [−][src]
Structs
| Entity | Entity struct |
Enums
| EncodeType | EncodeType: the output format type, default: |
| EntityIn | |
| EntitySet | The type of characters you need encoded, default: |
Constants
| NOOP | NOOP is the None value of Option<dyn Fn(char)->bool> |
Functions
| decode | Decode a html code's entities into unicode characters, include the |
| decode_chars | Decode character list, replace the entity characters into a unicode character. |
| encode | Encode a html code's characters into entities. |
| encode_char | Encode a character. |
| encode_default | Short for |
| encode_filter | Encode by filter functions.
Use the |
| encode_with | encode with the Encoder function. |