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

Provide constants for valid variants of CompressionMethod #209

Merged
merged 2 commits into from Nov 15, 2020

Conversation

Plecra
Copy link
Member

@Plecra Plecra commented Nov 10, 2020

This should close #205 . Will this do the trick @nicklaswj?
image

@nicklaswj
Copy link

nicklaswj commented Nov 12, 2020

Not completely, but because of another problem I discovered that is related to this one:
The function make_reader returns an error if the compression is unsupported, which of course makes good sense, but since it get called on the construction of ZipFile, I am still unable to use this crate without enabling the compression features

@n3vu0r
Copy link
Contributor

n3vu0r commented Nov 15, 2020

Typo: ZSTD_DPERECATED.

@Plecra Plecra force-pushed the compression-constants branch 2 times, most recently from 45541cd to 17676d0 Compare November 15, 2020 14:46
this feature is unstable on 1.34.0
@Plecra Plecra merged commit d72e67a into master Nov 15, 2020
@Plecra Plecra deleted the compression-constants branch January 23, 2022 16:19
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

Successfully merging this pull request may close these issues.

API for reading raw file content
3 participants