[−][src]Module rc_zip::prelude
Prelude for rc-zip
Traits
| ReadAt | Trait for reading at an offset. |
| ReadZip | A trait for reading something as a zip archive (blocking I/O model), when we can tell size from self. |
| ReadZipWithSize | A trait for reading something as a zip archive (blocking I/O model) |