simple-minify-html 0.17.2

Extremely fast and simple fork of minify-html
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod attr;
pub mod bang;
pub mod comment;
pub mod content;
pub mod css;
pub mod doctype;
pub mod element;
pub mod instruction;
pub mod js;
pub mod rcdata;
#[cfg(test)]
mod tests;