Crate html5minify

Source
Expand description

HTML5 markup minifier.

Structs§

  • Minifier implementation for io::Write.

Traits§

  • Defines the minify trait.

Functions§

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