dyz1990 / sevenz-rust

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

Can you provide support for fast-lzma2? #45

Open wsy9981999 opened 7 months ago

wsy9981999 commented 7 months ago

fast-lzma2 is a faster implementation of lzma2, while maintaining compatibility with lzma2. However, the author has only provided an implementation in C/C++. If possible, the author can consider implementing it in the following languages. Here is the link: https://github.com/conor42/fast-lzma2

dyz1990 commented 7 months ago

fast-lzma2 is really cool and I’m looking forward to its Rust version (or rust binding?).

wsy9981999 commented 7 months ago

thanks