pub fn open_entry(
path: &Path,
name: &str,
) -> Result<StoredZipEntry, ZipCoreError>Expand description
Open a single entry of a ZIP archive for random access.
pub fn open_entry(
path: &Path,
name: &str,
) -> Result<StoredZipEntry, ZipCoreError>Open a single entry of a ZIP archive for random access.