55 releases

0.3.6 Jun 12, 2025
0.3.5 Feb 17, 2025
0.3.2 Nov 10, 2024
0.3.0 Nov 1, 2023
0.0.3 Apr 19, 2017

#42 in Web programming

Download history 14711/week @ 2026-01-22 15269/week @ 2026-01-29 16363/week @ 2026-02-05 14868/week @ 2026-02-12 16077/week @ 2026-02-19 21485/week @ 2026-02-26 57173/week @ 2026-03-05 21962/week @ 2026-03-12 18456/week @ 2026-03-19 21740/week @ 2026-03-26 29573/week @ 2026-04-02 26136/week @ 2026-04-09 25231/week @ 2026-04-16 21426/week @ 2026-04-23 16424/week @ 2026-04-30 28186/week @ 2026-05-07

95,032 downloads per month
Used in 121 crates (24 directly)

MIT license

175KB
4K SLoC

minifier-rs

Minifier tool/lib for JS/CSS/JSON files.

This crate provides both a library and binary, depending on your needs.

Usage

To use the binary, just run like this:

> cargo run test.js

To use the library, add it into your Cargo.toml file like this:

[dependencies]
minifier = "0.2"

WARNING!!

Please be aware that this is still at a very early stage of development so you shouldn't rely on it too much!

Dependencies

~0.7–1.4MB
~22K SLoC