Module structs

Source
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()

Structs§

VersionMadeBy
ZipVersion

Enums§

CompatibleFileAttributeInformation
Part of version made by
CompressionMethod
see 4.4.5
MinimumFeatureVersion
see 4.4.3.2