#html #pretty #print

prettyish-html

a probably good enough HTML prettifier

1 unstable release

0.1.0 Apr 18, 2021

#80 in #pretty

21 downloads per month

GPL-3.0-or-later

4KB

prettyish-html

A "meh, good enough" HTML prettifier. The output can definitely be improved, but it's fast and lightweight. It might become better in the future, just depends.

It assumes some level of well-formedness of the HTML, though it doesn't do any form of validation either.

Usage

println!("{}", prettyish_html::prettify("<html><body>...</body></html>"));

Dependencies

~2.1–3MB
~53K SLoC