1 2 3 4 5 6 7 8
//! Doc. pub use kernel::{ decompress_bytes, max_allowed_len, max_output_for_input, max_output_len, DeflateDecompress, LAWS, MAX_OUTPUT_RATIO, }; pub mod kernel;