You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
Is is possible to decompress
.lz
(lzip) files?The text was updated successfully, but these errors were encountered: