Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to use shared dictionary, both for encode and decode #4

Open
pkolaczk opened this issue Oct 18, 2024 · 0 comments
Open

Allow to use shared dictionary, both for encode and decode #4

pkolaczk opened this issue Oct 18, 2024 · 0 comments

Comments

@pkolaczk
Copy link

pkolaczk commented Oct 18, 2024

Can't find any Rust crate that has that feature. And this one has the best API so far :)

The official brotli cli tool:

Usage: brotli [OPTION]... [FILE]...
Options:
  -#                          compression level (0-9)
  -c, --stdout                write on standard output
  -d, --decompress            decompress
  ... 
  -D FILE, --dictionary=FILE  use FILE as raw (LZ77) dictionary           <--------------------- this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant