Crates.io | minifier |
lib.rs | minifier |
version | 0.3.2 |
source | src |
created_at | 2017-04-16 11:59:28.84032 |
updated_at | 2024-11-10 15:12:27.694143 |
description | Minifier tool/lib for JS/CSS/JSON files |
homepage | |
repository | https://github.com/GuillaumeGomez/minifier-rs |
max_upload_size | |
id | 10802 |
size | 334,809 |
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!