Crate zip_next

Source

Modules§

extra_fields
types for extra fields
read
Types for reading ZIP archives
result
Error types that can be emitted from this library
unstable
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:
write
Types for creating ZIP archives

Structs§

DateTime
Representation of a moment in time.
ZipArchive
ZIP archive reader
ZipWriter
ZIP archive generator

Enums§

CompressionMethod
Identifies the storage format used to compress a file within a ZIP archive.
ExtraField
contains one extra field

Constants§

SUPPORTED_COMPRESSION_METHODS
The compression methods which have been implemented.