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).