pub fn read_zip_entry_text(path: &Path, wanted: &str) -> Result<String>
Reads one small metadata entry as UTF-8 text.
See read_zip_entry; additionally when the bytes are not valid UTF-8.
read_zip_entry