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§
Traits§
- Little
Endian Read Ext - Helper methods for reading unsigned integers in little-endian form.
- Little
Endian Write Ext - 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).