feat(zip): enable PPMd support#1001
Conversation
|
Hey! Thanks for this PR. I've been looking into this, and while I initially thought this was bringing in a new dependency, I realized that ouch actually already pulls in ppmd-rust via sevenz-rust2. So from a strict dependency-weight perspective, this PR is essentially "free." That being said, I have some reservations about merging this, mostly regarding the precedent it sets and the overall goals of the project. Here is what I'm thinking:
@marcospb19 - What are your thoughts on this? Should we keep the zip crate features strictly minimized as they are now, or are you open to expanding the supported ZIP algorithms since the underlying dependencies are already present in our tree? |
enable PPMd support for zip