Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
export-symbolsfeature now controls whether C symbols are exported. This feature is off by default (that is why this is a breaking change; the behavior of earlier versions was to export those symbols). For rust users that is almost certainly the correct default, because it means zlib-rs can be used together with stock zlib or zlib-ng in the same project. This should fix some issues with symbol clashes betweenlibz-sys(used e.g. by openssl) andzlib-rs.cdylibcrate now usespanic=abort. For C users, that is the only safe way to panic, because unwinding to C is unsound.What's Changed
slide_hashimplementation vectorizes well on avx2 by @folkertdev in the standardslide_hashimplementation vectorizes well on avx2 trifectatechfoundation/zlib-rs#298Cargo.lockby @folkertdev in addCargo.locktrifectatechfoundation/zlib-rs#308zlig-ng->zlib-ngby @folkertdev inzlig-ng->zlib-ngtrifectatechfoundation/zlib-rs#310semver-prefixfeature (like we have for libbz2-rs-sys) by @folkertdev in addsemver-prefixfeature (like we have for libbz2-rs-sys) trifectatechfoundation/zlib-rs#318export-symbolsfeature flag by @folkertdev in addexport-symbolsfeature flag trifectatechfoundation/zlib-rs#322panic=abortto the cdylib by @folkertdev in addpanic=abortto the cdylib trifectatechfoundation/zlib-rs#323zlibCompileFlagsby @folkertdev in addzlibCompileFlagstrifectatechfoundation/zlib-rs#324Full Changelog: trifectatechfoundation/zlib-rs@v0.4.2...v0.5.0