minify-html/rust/common/mod.rs

7 lines
88 B
Rust

pub mod gen;
pub mod pattern;
pub mod spec;
#[cfg(test)]
mod tests;
pub mod whitespace;