Module rc_zip::parse

source ·
Expand description

Parsers and types for the various elements that make up a ZIP file.

Contain winnow parsers for most elements that make up a ZIP file, like the end-of-central-directory record, local file headers, and central directory headers.

All parsers here are based off of the PKWARE appnote.txt, which you can find in the source repository.

Structs§

Enums§

  • The entry’s file type: a directory, a file, or a symbolic link.
  • Information stored in the central directory header extra field
  • System on which an archive was created, as encoded into a version u16.
  • Compression method used for a file entry.
  • Method-specific properties following the local file header
  • NTFS attribute for zip entries (mostly timestamps)