Skip to content

homersimpsons/nom-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Zip Parser written using nom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages