https://github.com/xtuc/brotli-dict-gen
Brotli Dictionary Generator
https://github.com/xtuc/brotli-dict-gen
Last synced: about 1 year ago
JSON representation
Brotli Dictionary Generator
- Host: GitHub
- URL: https://github.com/xtuc/brotli-dict-gen
- Owner: xtuc
- Created: 2024-11-08T21:11:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T21:39:55.000Z (over 1 year ago)
- Last Synced: 2025-07-04T00:31:45.401Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brotli Dictionary Generator
Install:
```
cargo install brotli-dict-gen
```
Usage:
```
Brotli Dictionary Generator
Usage: brotli-dict-gen --output [FILES]...
Arguments:
[FILES]...
Options:
-o, --output Path of the generated dictionary
-h, --help Print help
-V, --version Print version
```