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, [decompress()
] will expect an RFC1951 deflate stream. If set, it will expect an
RFC1950 zlib wrapper around the deflate stream.