A Zip Parser written using nom
The Zip Specification can be found at the following URL: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
- Parses an empty Zip File (only End Of Central Directory)
- Parses empty folders
- Parses files with specified compressed size (it should, tests are missing)
- Parses unspecified compressed size: needs implementation of deflate
- Parses Zip64
- Parses Encrypted Zip