new

Function new 

Source
pub fn new() -> String
Expand description

Generate uuid by random_str - timestamp - mac

§Example

use light_tool::uuid;
println!("uuid: {}", uuid::new())