Portable-Network-Archive / liblzma-rs

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

Added filter with raw properties #127

Closed ikrivosheev closed 3 months ago

ikrivosheev commented 3 months ago

Issue: https://github.com/Portable-Network-Archive/liblzma-rs/issues/126

ikrivosheev commented 3 months ago

@ChanTsune it's ok. I removed marcos and added delta filter. Could you review?

ikrivosheev commented 3 months ago

@ChanTsune if everything is ok can you publish release?

ChanTsune commented 3 months ago

@ikrivosheev

Thank you for your work! It seems that manual.rs also needs to include pub const LZMA_FILTER_DELTA: lzma_vli = 0x03;.

I will release it as soon as possible once all the tests pass.

ikrivosheev commented 3 months ago

@ChanTsune ups, thank you. Fixed.

ChanTsune commented 3 months ago

@ikrivosheev Thank you for your contribution!

I’d love to include your name in the THANKS file. Do you have a preferred name you'd like us to use?

ikrivosheev commented 3 months ago

@ikrivosheev Thank you for your contribution!

I’d love to include your name in the THANKS file. Do you have a preferred name you'd like us to use?

Thank you. My full name is Ivan Krivosheev.