Crate rc_zip

Source
Expand description

rc-zip is a sans-io library for reading zip files.

It’s made up of a bunch of types representing the various parts of a zip file, winnow parsers that can turn byte buffers into those types, and state machines that can use those parsers to read zip files from a stream.

This crate is low-level, you may be interested in either of those higher level wrappers:

Re-exports§

pub use chrono;

Modules§

encoding
Character encodings used in ZIP files.
error
All error types used in this crate
fsm
State machines built atop parsers, ready to bring your own I/O with.
parse
Parsers and types for the various elements that make up a ZIP file.