49 releases

0.3.0 Nov 1, 2023
0.2.2 Aug 16, 2022
0.2.1 Jun 6, 2022
0.0.43 Mar 7, 2022
0.0.3 Apr 19, 2017

#54 in Web programming

Download history 17433/week @ 2024-03-14 17416/week @ 2024-03-21 16742/week @ 2024-03-28 15688/week @ 2024-04-04 15869/week @ 2024-04-11 16427/week @ 2024-04-18 15632/week @ 2024-04-25 15704/week @ 2024-05-02 15265/week @ 2024-05-09 14619/week @ 2024-05-16 16105/week @ 2024-05-23 14902/week @ 2024-05-30 16510/week @ 2024-06-06 16738/week @ 2024-06-13 16490/week @ 2024-06-20 13644/week @ 2024-06-27

65,910 downloads per month
Used in 103 crates (19 directly)

MIT license

170KB
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–495KB