1 2 3 4 5 6
pub use self::{html::Html, text::Text}; use crate::Escaper; use core::fmt::Write; mod html; mod text;