ahecha_html 0.0.8

Ahecha html
Documentation
1
2
3
4
5
6
7
8
9
pub use html_escaping::escape_html;

mod html;
mod html_escaping;
mod integrations;
mod render;

pub use html::*;
pub use render::RenderString;