Expand description
Types for reading ZIP archives
Modules§
- stream
- Provides high level API for reading from a stream.
Structs§
- ZipArchive
- ZIP archive reader
- ZipFile
- A struct for reading a zip file
Functions§
- read_
zipfile_ from_ stream - It is recommended to use
stream
for its highlevel API instead.