Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lilydjwg/mozlz4-tool
- Owner: lilydjwg
- Created: 2018-03-23T06:47:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T03:36:13.000Z (about 1 year ago)
- Last Synced: 2023-10-19T04:31:54.231Z (about 1 year ago)
- Topics: firefox, lz4, mozlz4
- Language: Rust
- Size: 11.7 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.