dyz1990 / sevenz-rust

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

Multi input/output stream coders are not yet supported #32

Closed bonigarcia closed 11 months ago

bonigarcia commented 11 months ago

I got the error Multi input/output stream coders are not yet supported when calling to sevenz_rust::decompress_file of an 7z file. It seems it is a limitation in the current implementation.

Is there any plan to support it?

Thank you very much.

dyz1990 commented 11 months ago

Yes, check this issue #28

bonigarcia commented 11 months ago

Thank you, @dyz1990. I'm closing this issue, and will check it from there.