Function uuid_human_hash

Source
pub fn uuid_human_hash(uuid: &Uuid) -> String
Expand description

The last 5 bits of the sum of all bytes in the uuid are the index into the WORDS2 list, The 5 bits before those are the index into the WORDS1 list. Output is WORDS1[i], a dash, then WORDS2[j].