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

Add Rust language bindings #300

Open
milesgranger opened this issue Sep 23, 2024 · 2 comments
Open

Add Rust language bindings #300

milesgranger opened this issue Sep 23, 2024 · 2 comments

Comments

@milesgranger
Copy link

Hello,

FWIW, I have perhaps not terrible Rust bindings (igzip for now) at https://github.com/milesgranger/isal-rs
Maybe it can be added to the wiki https://github.com/intel/isa-l/wiki/Language-Bindings?

@rhpvorderman
Copy link
Contributor

Hi, python-isal maintainer here. Since flate2 is the "default" gzip/zlib interface in rust. (At least it is in the rust-lang github group). I recommend copying its interface. That way people can switch to your crate with minimal adaptation to the code. That will improve adoption. (if you care about that sort of thing).

@milesgranger
Copy link
Author

That will improve adoption. (if you care about that sort of thing).

Hehe, of course I care. 😉 It does implement Read/Write for the encoder/decoders same as flate2, so I'd say it's well on its way to a similar API; I suppose we shouldn't get to deep into this, it's not at all relevant to this issue here I think.

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

No branches or pull requests

2 participants