Crate hamming_dict

Crate hamming_dict 

Source

Functionsยง

generate_dict
Generate a dictionary with a specific number of words as BitArray with B bytes.
generate_dict_from
Generate a dictionary by mutating a slice of BitArray.
generate_dict_rand
Generate a deterministic dictionary by mutating a slice of BitArray.
generate_dict_rand_seed
Generate a deterministic dictionary by mutating a slice of BitArray.
generate_dict_seed
Generate a dictionary with a specific number of words as BitArray with B bytes.