Module unstable

Source
Expand description

Unstable APIs All APIs accessible by importing this module are unstable; They may be changed in patch releases. You MUST use an exact version specifier in Cargo.toml, to indicate the version of this API you’re using:


[dependencies]

zip = "=
4.1.0
"

Modules§

stream
Provides high level API for reading from a stream.
write
Types for creating ZIP archives.

Traits§

LittleEndianReadExt
Helper methods for reading unsigned integers in little-endian form.
LittleEndianWriteExt
Helper methods for writing unsigned integers in little-endian form.

Functions§

path_to_string
Converts a path to the ZIP format (forward-slash-delimited and normalized).