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

7 lines
102 B
Rust
Raw Normal View History

2020-06-19 03:58:16 -04:00
pub mod ns;
2020-01-06 07:36:05 -05:00
pub mod omission;
pub mod void;
pub mod whitespace;
2021-08-06 02:17:45 -04:00
2021-08-06 09:18:45 -04:00
pub static EMPTY_SLICE: &[u8] = &[];