Constant miniz_oxide::deflate::core::MAX_HUFF_TABLES

source ยท
const MAX_HUFF_TABLES: usize = 3;
Expand description

The number of huffman tables used by the compressor. Literal/length, Distances and Length of the huffman codes for the other two tables.