Crate stream_unzip

Source

Structs§

CentralDirectoryHeader
DataDescriptor
DeflatedEntry
An extracted entry from a zip file.
EndOfCentralDirectory
LocalFileHeader
ZipEntry
ZipIterator
Reads the given file in chunks of N bytes and returns one ZipEntry at a time
ZipReader

Enums§

Error
Any zip-related error, from invalid archives to encoding problems.
FormatError
Specific zip format errors, mostly due to invalid zip archives but that could also stem from implementation shortcomings.