Functions§
- Calculate the adler hash of a piece of data.
- Return the minimum of two usizes in a const context
- A safe version of src.copy_within that helps me because I tend to always confuse the arguments
- make_decode_table_entry() creates a decode table entry for the given symbol by combining the static part ‘decode_results[sym]’ with the dynamic part ‘len’, which is the remaining codeword length (the codeword length for main table entries, or the codeword length minus TABLEBITS for subtable entries).