Skip to main content

IS_COMPRESSED

Constant IS_COMPRESSED 

Source
pub const IS_COMPRESSED: u8 = 0x02;
Expand description

Flag indicating the value is LZ4 compressed.

When set in LogHeader::flags, the value bytes have been compressed using LZ4 and must be decompressed before deserialization.