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:
- rc-zip-sync for using std I/O traits
- rc-zip-tokio for using tokio I/O traits
Re-exports§
pub use chrono;
Modules§
- Character encodings used in ZIP files.
- All error types used in this crate
- State machines built atop parsers, ready to bring your own I/O with.
- Parsers and types for the various elements that make up a ZIP file.