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:

Re-exports§

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