We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have need for a Write-based API, rather than a Read one, to coexist alongside the flate2 and xz2 Write-based decoder/encoders.
Write
Read
flate2
xz2
The text was updated successfully, but these errors were encountered:
I had to look at flate2 to understand what you were asking.
Am I correct that you would like the api to be restructured like this, having read, write, bufread modules with a sync and async implementation each?
read
write
bufread
Sorry, something went wrong.
That would be ideal, but I only have need for a Write-based Decoder at the moment, rather than a Read-based Decoder.
No branches or pull requests
I have need for a
Write
-based API, rather than aRead
one, to coexist alongside theflate2
andxz2
Write
-based decoder/encoders.The text was updated successfully, but these errors were encountered: