minify-html/src/unit/mod.rs

9 lines
127 B
Rust
Raw Normal View History

2019-12-25 04:44:51 -05:00
pub mod attr;
pub mod bang;
pub mod comment;
pub mod content;
2020-01-08 07:00:23 -05:00
pub mod instruction;
2019-12-25 04:44:51 -05:00
pub mod script;
pub mod style;
pub mod tag;