-
Notifications
You must be signed in to change notification settings - Fork 623
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
Zlib module #376
Comments
So this should be part of the plan.
If you or someone else is interested, welcome PR. |
I have ported a simple JavaScript-based There are multiple variations in [Update] Now the implementation is updated to use reader/writer instead of just returning Uint8Array, allowing far more efficient memory use. |
For my project I need to parse a gzip compressed http response, but sadly I found absolutely no way to complete this task in Deno even when allowing hacky solutions, zip is not implemented and I could not spawn a child process to use a external program either. The nodejs method would be Seeing how you wish to port the go std, this would be the one: https://github.com/golang/go/tree/master/src/archive/zip |
I was working on the port of Probably I can have some time to do the rest (provide an API on top of the |
Is there any plans to create a module to zip/unzip files and folder?
The text was updated successfully, but these errors were encountered: