Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 558 Bytes

nom-zip

A Zip Parser written using nom

Zip Specification

The Zip Specification can be found at the following URL: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT

Features

  • 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