Expand description
zip-core::structs
contains common zip records/structs enum, according to the standart file https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
They are optimized for Rust usage, e.g. enums
with valid Compression
Methods or structs that don’t contain “length”-fields, as that can be
determined via Vec::len()