dyz1990 / sevenz-rust

A 7z decompressor/compressor lib written in pure rust
Apache License 2.0
146 stars 24 forks source link

Add bzip2 support #14

Closed xmakro closed 1 year ago

xmakro commented 1 year ago

I added bzip2 as a dependency which uses libbz2 via C bindings. If the intention of this crate is to rely only on pure Rust implementations, then I can switch this PR to use the less popular bzip2-rs instead.