Sygmei / 11Zip

Dead simple zipping / unzipping C++ Lib
MIT License
92 stars 22 forks source link

Is this for only 1 format or can it do multiple? #26

Closed Noscka closed 1 year ago

Noscka commented 1 year ago

I need a library that can extract rar, zip and 7z. so just wanted to see if this is the one

Sygmei commented 1 year ago

This library only handles zip format as it uses minizip under the hood

You might be looking for something like this : https://github.com/stonewell/lib7zip

Or using lib7z directly which handles a lot of formats

Noscka commented 1 year ago

Ah great, thank you very much