[][src]Function html5minify::minify

pub fn minify(r: &mut dyn Read, w: &mut dyn Write) -> Result<()>

Minifies the HTML input to the destination writer. Outputs HTML5; non-HTML5 input will be transformed to HTML5.