Crate rc_zip_sync
source ·Expand description
A library for reading zip files synchronously using std I/O traits, built on top of rc-zip.
See also:
- rc-zip-tokio for using tokio I/O traits
Re-exports§
pub use rc_zip;
Structs§
- A zip archive, read synchronously from a file or other I/O resource.
- A zip entry, read synchronously from a file or other I/O resource.
Traits§
- A sliceable I/O resource: we can ask for a Read at a given offset.
- A trait for reading something as a zip archive when we can tell size from self.
- A trait for reading something as a zip archive