Module parse

Source
Expand description

Parsing functionality from bytes for raw types. Note: this is only enabled with the parse feature

Enums§

DynamicSizeError
DynamicSizeTotalSizeError
for some records, the zip convention choose to allow specifying the total length in its fixed field, e.g. Zip64EndOfCentralDirectory. Those fields could specify a value < its fixed size, e.g. 0 which would be totally invalid and unexpected, as it would mean that we shouldn’t even concider its signature at this point.
FixedSizeError

Traits§

Parse
ParseExtend

Functions§

find_next_signature
finds next occurence of a signature in a buffer, in case signature is le-encoded