const MAX_HUFF_TABLES: usize = 3;
The number of huffman tables used by the compressor. Literal/length, Distances and Length of the huffman codes for the other two tables.