Skip to main content

read_zip_entry_text

Function read_zip_entry_text 

Source
pub fn read_zip_entry_text(path: &Path, wanted: &str) -> Result<String>
Expand description

Reads one small metadata entry as UTF-8 text.

ยงErrors

See read_zip_entry; additionally when the bytes are not valid UTF-8.