47 releases
0.2.2 | Aug 16, 2022 |
---|---|
0.2.1 | Jun 6, 2022 |
0.1.0 | May 24, 2022 |
0.0.43 | Mar 7, 2022 |
0.0.3 | Apr 19, 2017 |
#52 in Web programming
34,203 downloads per month
Used in 32 crates
(15 directly)
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.0.1"
Then import it into your code like this:
extern crate minifier;
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
~225KB