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

Shared dictionary support? #78

Open
espoal opened this issue Oct 7, 2022 · 3 comments
Open

Shared dictionary support? #78

espoal opened this issue Oct 7, 2022 · 3 comments

Comments

@espoal
Copy link

espoal commented Oct 7, 2022

google/brotli recently added support for shared dictionaries. I can't see any mention about it in this crate. Is there any plan to add support for this feature?

@0xDEADFED5
Copy link

looking forward to this too...

@danielrh
Copy link
Collaborator

BrotliDecompressor does have a dict flag... does this fulfill your needs?
https://github.com/dropbox/rust-brotli/blob/master/src/bin/brotli.rs#L537
Can you test to see if this feature succeeds in decompressing files compressed with a custom dictionary?

@orsinium
Copy link

The dict flag seems like a way to provide an already existing dict for the (de)compressor. But how to generate the dictionary in the first place?

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

4 participants