minify-html/rust/common/mod.rs

7 lines
88 B
Rust
Raw Normal View History

2021-08-08 04:03:34 -04:00
pub mod gen;
2021-08-08 03:58:10 -04:00
pub mod pattern;
pub mod spec;
2021-08-09 09:11:24 -04:00
#[cfg(test)]
mod tests;
2021-08-08 03:58:10 -04:00
pub mod whitespace;