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
flate2 is fast, but it would be nice to have a default pure rust compression library so we wouldn't need to have the serialization feature stuff.
serialization
Presumably this would go along with allowing the user to specify which compression option to use, perhaps via generifying on the compressor.
The text was updated successfully, but these errors were encountered:
Can't we just use https://github.com/sile/libflate or https://github.com/oyvindln/deflate-rs ?
Sorry, something went wrong.
Yep, almost certainly, though flate2 is faster by a fair bit. Just a simple matter of programming. :)
No branches or pull requests
flate2 is fast, but it would be nice to have a default pure rust compression library so we wouldn't need to have the
serialization
feature stuff.Presumably this would go along with allowing the user to specify which compression option to use, perhaps via generifying on the compressor.
The text was updated successfully, but these errors were encountered: