Constant lzxd::MAX_CHUNK_SIZE[][src]

pub const MAX_CHUNK_SIZE: usize = 32 * 1024; // 0x0000_0000_0000_8000usize
Expand description

A chunk represents exactly 32 KB of uncompressed data until the last chunk in the stream, which can represent less than 32 KB.