pub const ZLIB_FRAME_OVERHEAD: usize = 6;Expand description
Zlib frame overhead: 2-byte header + 4-byte Adler-32 checksum trailer. See: https://www.zlib.net/zlib_tech.html
pub const ZLIB_FRAME_OVERHEAD: usize = 6;Zlib frame overhead: 2-byte header + 4-byte Adler-32 checksum trailer. See: https://www.zlib.net/zlib_tech.html