Current section

Files

Jump to
specter native specter_nif src util.rs
Raw

native/specter_nif/src/util.rs

use uuid::Uuid;
pub fn gen_uuid() -> String {
Uuid::new_v4().hyphenated().to_string()
}