Function doe::uuid

source ·
pub fn uuid() -> String
Expand description

generate a random UUID

let s = uuid();
println!("{}", s);