const MAX_ALLOWED_CODE_LENGTH: usize = 15;
Expand description

Rudimentary utility for reading Canonical Huffman Codes. Based off https://github.com/webmproject/libwebp/blob/7f8472a610b61ec780ef0a8873cd954ac512a505/src/utils/huffman.c