minify-html 0.18.1

Extremely fast and smart HTML + JS + CSS minifier
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;