alexcrichton / xz2-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
83 stars 51 forks source link

Lzma data error (again) #75

Open Yuri6037 opened 3 years ago

Yuri6037 commented 3 years ago

I'm back with the same error as before but this time with a bit more information:

Why is that? Is there a way to prevent that issue?

alexcrichton commented 3 years ago

Sorry I probably won't be able to help much here. I only lightly maintain this nowadays and the intention was to be very close to the C API so if there's issues it's likely with the C implementation rather than the Rust bindings (in theory). I don't have the time right now to dig in further though.

Yuri6037 commented 3 years ago

As I said it's not happening with the C API. It only occurs with your wrapper.