Crate zip

source ·
Expand description

A basic ZipReader/Writer crate

Re-exports

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

Modules

Structs for reading a ZIP archive
Error types that can be emitted from this library
Structs for creating a new zip archive

Structs

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

Enums

Compression methods for the contents of a ZIP file.