Module flags

Module flags 

Expand description

Envelope flag definitions.

Flag bits stored in crate::Header::flags.

Constantsยง

COMPRESSED
Indicates that the payload bytes are compressed (codec-specific).
CRC32_PRESENT
Indicates that an additional CRC field may be present.
SIGNED
Indicates that the payload bytes are signed/authenticated (platform-specific).