Crate zip

source · []
Expand description

An ergonomic API for reading and writing ZIP files.

The current implementation is based on PKWARE’s APPNOTE.TXT v6.3.9

Re-exports

pub use crate::read::ZipArchive;
pub use crate::write::ZipWriter;

Modules

Types for reading ZIP archives

Error types that can be emitted from this library

Types for creating ZIP archives

Structs

A DateTime field to be used for storing timestamps in a zip file

Enums

Identifies the storage format used to compress a file within a ZIP archive.