lilydjwg / mozlz4-tool

A tool to process mozlz4 files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tool to process mozlz4 files


Languages

Language:Rust 100.0%