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

explore possibility of removing older C libraries #96

Open
clux opened this issue May 22, 2022 · 0 comments
Open

explore possibility of removing older C libraries #96

clux opened this issue May 22, 2022 · 0 comments

Comments

@clux
Copy link
Owner

clux commented May 22, 2022

Some of the C libraries in here are potentially less necessary down the line as rust alternatives gain complete majority and stability.

Only two candidates for removal

curl

As far as I can there are very few uses of curl variants these days (it was more common pre-hyper dominance), but the curl crate still has plenty of downloads.

zlib

The flate2 crate can possibly replace zlib as it bundles miniz.c as the default implementation.
But, don't think it works with pq, and the openssl build probably also benefits from it (it might disable gzip support otherwise).

No work planned

This is mostly a tracking issue for me. No immediate action is planned here this year. If you use these libraries and would like them to stay, or otherwise have input on this, please leave a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant