Struct html_minifier::HTMLMinifier[][src]

pub struct HTMLMinifier { /* fields omitted */ }

This struct helps you generate and minify your HTML code in the same time.

Methods

impl HTMLMinifier
[src]

Create a new HTMLMinifier instance.

Input some text to generate HTML code. You don't need to input a full HTML text at once.

Finalize and generate HTML code into a string instance.

Minify HTML.

Auto Trait Implementations