humanize

Function 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).