Module pulldown_cmark::escape [−][src]
Utility functions for HTML escaping
Re-exports
use std::str::from_utf8; |
Statics
HEX_CHARS | |
HREF_SAFE | |
HTML_ESCAPES | |
HTML_ESCAPE_TABLE |
Functions
escape_href | |
escape_html |
Utility functions for HTML escaping
use std::str::from_utf8; |
HEX_CHARS | |
HREF_SAFE | |
HTML_ESCAPES | |
HTML_ESCAPE_TABLE |
escape_href | |
escape_html |