Decompresses existing DEFLATE streams to allow for better compression (eg with ZStandard) while
allowing the exact original binary DEFLATE stream to be recreated by detecting the parameters
used during compression.
//! This module is useed to estimate the parameters used to compress this DEFLATE stream. If we get these
//! parameters right, it will minimize or even eliminate the need to encode any corrections when we
//! recompress the stream.
modcomplevel_estimator;moddepth_estimator;modpreflate_stream_info;pubmodadd_policy_estimator;pubmodpreflate_parameter_estimator;pubmodpreflate_parse_config;