Module read
Types for reading ZIP archives
Structs
- AesInfo Holds the AES information of a file in the zip archive
- ZipFile A struct for reading a zip file
- ZipFileSeek A struct for reading and seeking a zip file
- ZipReadOptions Options for reading a file from an archive.
Traits
- HasZipMetadata A trait for exposing file metadata inside the zip.
- RootDirFilter 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.