Adds support for ZIP files with the `0x08` bit of the general purpose bitflags set, i.e, those which do not include file sizes and crc checksums in the local file header
Implement core `ZipReader`, `ZipEntry` and basic API. Supports simple zip format deserialization, without advanced features, or decompression.