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

5 lines
56 B
Rust

pub mod decode;
pub mod encode;
#[cfg(test)]
mod tests;