Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite unzipping logic with libraries instead of 7z #101

Closed
CheatCod opened this issue Feb 2, 2023 · 0 comments · Fixed by #118
Closed

Rewrite unzipping logic with libraries instead of 7z #101

CheatCod opened this issue Feb 2, 2023 · 0 comments · Fixed by #118
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@CheatCod
Copy link
Member

CheatCod commented Feb 2, 2023

Description

Currently the core downloads and invoke 7z to handle zipping and unzipping. This is not ideal for multiple reasons.

Rewrite the unzipping logic to use libraries.

https://rust-lang-nursery.github.io/rust-cookbook/compression/tar.html

https://github.com/google/ripunzip

https://github.com/muja/unrar.rs

@CheatCod CheatCod added the enhancement New feature or request label Feb 11, 2023
@CheatCod CheatCod added this to the 0.4.2 milestone Feb 11, 2023
@CheatCod CheatCod modified the milestones: 0.4.2, 0.4.3 Feb 28, 2023
@CheatCod CheatCod linked a pull request Feb 28, 2023 that will close this issue
Merged
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants