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.
//! Module for reading and writing DEFLATE streams. Streams are read in as a vector of blocks containing tokens
//! can which can be written back out as an identical DEFLATE stream.
modbit_reader;modbit_writer;modhuffman_helper;pubmoddeflate_constants;pubmoddeflate_reader;pubmoddeflate_token;pubmoddeflate_writer;pubmodhuffman_calc;pubmodhuffman_encoding;