Function human_hash::humanize

source ·
pub fn humanize(uuid: &Uuid, words_out: usize) -> String
Expand description

Create a human readable digest for a UUID. Makes the collision space worse, reducing it to 1:(2^(8*words_out)-1).