-
Notifications
You must be signed in to change notification settings - Fork 85
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
factor out codec
into a separate crate
#324
Comments
That's something I'd thought of doing for a while but never got round to. I was also thinking it'd be good to extract the generic state machine IO impls into a separate crate too, that way it would be possible to implement codec for an unsupported compression algorithm and wrap it in a reader/writer. |
I opened a PR also factoring out the core IO traits as suggested by @Nemo157. For some reason, the Gzip test with level 0 is failing. However, this also seems to happen with the latest upstream version (on my machine). Any ideas? |
Just slim through the PR, not sure about that |
I would like to use the abstractions provided for the various compression algorithms in the
codec
module in a synchronous context. Would you be open to factoring out thecodec
module into a separate crate? I would be glad to work on a corresponding PR.The text was updated successfully, but these errors were encountered: