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.
pub const IS_COMPRESSED: u8 = 0x02;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.