/mozlz4-tool

A tool to process mozlz4 files

Primary LanguageRust

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.