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

(.lz) lzip? #89

Open
firasuke opened this issue Jan 25, 2022 · 1 comment
Open

(.lz) lzip? #89

firasuke opened this issue Jan 25, 2022 · 1 comment

Comments

@firasuke
Copy link
Contributor

Is is possible to decompress .lz (lzip) files?

@firasuke
Copy link
Contributor Author

firasuke commented Apr 9, 2022

@alexcrichton I've been working on lzip-rs which is basically a high-level wrapper around lzip-sys, to provide lzlib bindings for Rust.

I've actually finished most of the basic stuff, and inside lzip-rs/src I tried to copy what xz2-rs and bzip2-rs are doing, but I was unsuccessful in creating a valid stream.rs file as the bindings generated from lzlib.h don't contain an lzip_stream or a similarly named struct.

Can I ask you kindly to check lzip-rs and provide your thoughts as it's my first Rust crate?

Thanks in advance!

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

1 participant