44 releases

new 0.16.4 Mar 22, 2025
0.15.0 Dec 24, 2023
0.11.1 May 7, 2023
0.10.8 Jan 31, 2023
0.7.0 Nov 12, 2021

#744 in Compression

Download history 124/week @ 2024-12-04 238/week @ 2024-12-11 107/week @ 2024-12-18 67/week @ 2024-12-25 139/week @ 2025-01-01 74/week @ 2025-01-08 159/week @ 2025-01-15 111/week @ 2025-01-22 90/week @ 2025-01-29 98/week @ 2025-02-05 278/week @ 2025-02-12 64/week @ 2025-02-19 108/week @ 2025-02-26 59/week @ 2025-03-05 172/week @ 2025-03-12 641/week @ 2025-03-19

986 downloads per month
Used in 10 crates (5 directly)

MIT license

140KB
3.5K SLoC

minify-html-onepass

An HTML minifier that provides the functionality of minify-html with much more performance, but with stricter parsing and less configurability.

  • Uses the same advanced minification strategy.
  • Minifies in one pass with zero memory allocations.
  • Outputs in place; no copy or buffer required.

Performance

Chart showing speed of HTML minifiers

Usage

The API is different compared to minify-html; refer to per-package documentation for more details.

If you don't see your preferred language here and the main library supports it, raise an issue.

Parsing

In addition to the minify-html rules, the onepass variant has additional requirements:

  • Opening tags must not be omitted.
  • Invalid closing tags are not allowed.
  • The document cannot end unexpectedly.

Dependencies

~14MB
~203K SLoC