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

#50 in Web programming

Download history 17126/week @ 2025-11-18 15555/week @ 2025-11-25 19889/week @ 2025-12-02 15505/week @ 2025-12-09 12595/week @ 2025-12-16 8757/week @ 2025-12-23 10758/week @ 2025-12-30 14032/week @ 2026-01-06 13059/week @ 2026-01-13 14681/week @ 2026-01-20 14669/week @ 2026-01-27 16925/week @ 2026-02-03 14871/week @ 2026-02-10 16340/week @ 2026-02-17 15959/week @ 2026-02-24 49808/week @ 2026-03-03

99,411 downloads per month
Used in 117 crates (23 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.8–1.4MB
~22K SLoC