minify-html/src/spec/tag/mod.rs

5 lines
64 B
Rust

pub mod ns;
pub mod omission;
pub mod void;
pub mod whitespace;