| Crates.io | minifier |
| lib.rs | minifier |
| version | 0.3.6 |
| created_at | 2017-04-16 11:59:28.84032+00 |
| updated_at | 2025-06-12 16:30:38.441344+00 |
| description | Minifier tool/lib for JS/CSS/JSON files |
| homepage | |
| repository | https://github.com/GuillaumeGomez/minifier-rs |
| max_upload_size | |
| id | 10802 |
| size | 339,341 |
Minifier tool/lib for JS/CSS/JSON files.
This crate provides both a library and binary, depending on your needs.
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"
Please be aware that this is still at a very early stage of development so you shouldn't rely on it too much!