minify-html/src/unit/mod.rs

10 lines
143 B
Rust

pub mod attr;
pub mod bang;
pub mod comment;
pub mod content;
pub mod entity;
pub mod instruction;
pub mod script;
pub mod style;
pub mod tag;