Description
Adds a lightweight library for reading data from ZIP archives directly from applications. Developers use it when software needs to access resources or files stored inside a single ZIP container.
Archive handling must validate paths, sizes, and untrusted input carefully. Applications should avoid unsafe extraction behavior such as overwriting unexpected files.