gendx / lzma-rs

An LZMA decoder written in pure Rust
MIT License
127 stars 27 forks source link

allow user to ignore trailing bytes #90

Open Niedzwiedzw opened 2 years ago

Niedzwiedzw commented 2 years ago

Pull Request Overview

it allows for user to ignore trailing bytes, which made the crate unusable for me personally

Testing Strategy

This pull request was tested by...

Niedzwiedzw commented 2 years ago

I have also considered feature flag given that this changes the API a bit, I'll leave it up to your judgement

7ERr0r commented 1 year ago

That's a breaking change. Your API functions have different params. I would suggest:

gendx commented 1 year ago