miniz_oxide::deflate::core

Constant 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.