Module huffman
fdeflate
0.3.7
Module huffman
Module Items
Functions
In crate fdeflate
Modules
compress
decompress
huffman
tables
Structs
Compressor
Decompressor
StoredOnlyCompressor
Enums
BoundedDecompressionError
DecompressionError
Functions
compress_to_vec
compute_codes
decompress_to_vec
decompress_to_vec_bounded
fdeflate
Module
huffman
Copy item path
Settings
Help
Summary
Source
Functions
§
build_
table
next_
codeword
🔒
Return the next code, or if the codeword is already all ones (which is the final code), return the same code again.