[go: up one dir, main page]

html-escape 0.2.13

This library is for encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well.
Documentation
1
2
3
4
5
mod element;
mod html_entity;

pub use element::*;
pub use html_entity::*;