rikyoz / bit7z

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
https://rikyoz.github.io/bit7z
Mozilla Public License 2.0
623 stars 113 forks source link

[Feature Request]: mini head-only file for parsing tar packages #52

Closed lucasjinreal closed 11 months ago

lucasjinreal commented 2 years ago

Feature description

I want a mini head-only for only parsing tar pacakges.

BECAUSE I need this functionality on a very edge device which need as small size of program as possible

Additional context

I don't need 7z, zip or anything else format, I just want tar packages can be load and read. not even need write it

Code of Conduct

rikyoz commented 2 years ago

Hi! I'm sorry, but I think that bit7z, as it is currently implemented, is not a suitable or ideal solution for your use case. The main problems are: