Skip to content
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

use zlib-rs as a dynamic c library #127

Merged
merged 1 commit into from
Jul 31, 2024
Merged

use zlib-rs as a dynamic c library #127

merged 1 commit into from
Jul 31, 2024

Conversation

folkertdev
Copy link
Collaborator

@folkertdev folkertdev commented Jul 31, 2024

fixes #126

I'm not sure this is the permanent versioning scheme that we want to go with, but the prefix should be a valid zlib version (that indicates what functions are supported).

I added a test on CI which will verify that at least the linking/loading won't regress, and our code and tests are already robust against changing the version.

@folkertdev folkertdev merged commit 692b0fd into main Jul 31, 2024
14 checks passed
@folkertdev folkertdev deleted the test-cdylib branch July 31, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the libz-rs-sys cdylib is not a drop-in replacement to libz
1 participant