1
2
3
4
5
#![cfg_attr(feature = "specialization", feature(specialization))]

mod display_html_safe;

pub use display_html_safe::DisplayHtmlSafe;