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:
To use it, we need to disable default features to avoid pulling in bzip2-sys and then enable the new feature
The text was updated successfully, but these errors were encountered:
Alternatively, bzip2 can be updated to disable bzip2-sys vendor building whenever the rust backend is enabled.
I will try submit a patch and see if they are willing to take it.
Sorry, something went wrong.
Opened trifectatechfoundation/bzip2-rs#125
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:
To use it, we need to disable default features to avoid pulling in bzip2-sys and then enable the new feature
The text was updated successfully, but these errors were encountered: