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
trifectatechfoundation/bzip2-rs#40 (comment)
bzip2 has added a new feature, to opt in to use libbz2-rs-sys, a pure-rust implementation created by calling c2rust on the original C codebase.
This results in a pure-rust implementation that is:
I believe zstd would also benefit from having a pure-rust implementation gated by a feature?
The text was updated successfully, but these errors were encountered:
I have tried this out today and encountered several errors, reported to upstream immunant/c2rust#1193
Sorry, something went wrong.
No branches or pull requests
trifectatechfoundation/bzip2-rs#40 (comment)
bzip2 has added a new feature, to opt in to use libbz2-rs-sys, a pure-rust implementation created by calling c2rust on the original C codebase.
This results in a pure-rust implementation that is:
I believe zstd would also benefit from having a pure-rust implementation gated by a feature?
The text was updated successfully, but these errors were encountered: