Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 297 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 297 Bytes

A simple tool to decompress and compress files into the mozlz4 format used by Firefox.

To build, install cargo and run cargo build --release.

To use, find the compiled binary (default target/release/mozlz4-tool) and run it with your mozlz4 file path.

Use --help to see the command usage.