Crate otter_api_tests::imports::zipfile[]

Expand description

An ergonomic API for reading and writing ZIP files.

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

Modules

read

Types for reading ZIP archives

result

Error types that can be emitted from this library

write

Types for creating ZIP archives

Structs

DateTime

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

ZipArchive

ZIP archive reader

ZipWriter

ZIP archive generator

Enums

CompressionMethod

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