Expand description
A module which supports reading ZIP files.
Modules§
- cd
- mem
- A concurrent ZIP reader which acts over an owned vector of bytes.
- seek
- A ZIP reader which acts over a seekable source.
- stream
- A ZIP reader which acts over a non-seekable source.
Structs§
- With
Entry - A type which encodes that
ZipEntryReaderhas associated entry data. - Without
Entry - A type which encodes that
ZipEntryReaderhas no associated entry data. - ZipEntry
Reader - A ZIP entry reader which may implement decompression.