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

5 lines
56 B
Rust
Raw Normal View History

2021-08-05 23:36:07 -04:00
pub mod decode;
pub mod encode;
2021-08-06 03:54:23 -04:00
#[cfg(test)]
mod tests;