Constant miniz_oxide::inflate::core::inflate_flags::TINFL_FLAG_PARSE_ZLIB_HEADER
source ยท pub const TINFL_FLAG_PARSE_ZLIB_HEADER: u32 = 1;
Expand description
Should we try to parse a zlib header?
If unset, the function will expect an RFC1951 deflate stream. If set, it will expect a RFC1950 zlib wrapper around the deflate stream.