Expand description
Types for reading ZIP archives
Structs§
- Config
- Configuration for reading ZIP archives.
- ZipArchive
- ZIP archive reader
- ZipFile
- A struct for reading a zip file
- ZipFile
Seek - A struct for reading and seeking a zip file
Enums§
- Archive
Offset - The offset of the start of the archive from the beginning of the reader.
Traits§
- HasZip
Metadata - A trait for exposing file metadata inside the zip.
- Root
DirFilter - A filter that determines whether an entry should be ignored when searching for the root directory of a Zip archive.
Functions§
- read_
zipfile_ from_ stream - Read ZipFile structures from a non-seekable reader.
- root_
dir_ common_ filter - Common filters when finding the root directory of a Zip archive.