Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lilydjwg/mozlz4-tool

A tool to process mozlz4 files
https://github.com/lilydjwg/mozlz4-tool

firefox lz4 mozlz4

Last synced: 9 days ago
JSON representation

A tool to process mozlz4 files

Awesome Lists containing this project

README

        

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.