Skip to main content

COMPRESS_HEADER_SIZE

Constant COMPRESS_HEADER_SIZE 

Source
pub const COMPRESS_HEADER_SIZE: usize = 10;
Expand description

Total header size: 4 (magic) + 1 (algo) + 1 (level) + 4 (raw_len) = 10.