Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 259 Bytes

minify - file compression and decompression cli tool

Usage:

minify [file]

minify auto detects if the file is compressed or not and compresses or decompresses it accordingly.

a little project to learn rust and how to work with files in rust.