Module read

Module read 

Source
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§

WithEntry
A type which encodes that ZipEntryReader has associated entry data.
WithoutEntry
A type which encodes that ZipEntryReader has no associated entry data.
ZipEntryReader
A ZIP entry reader which may implement decompression.