AppFlowy/rust-lib/flowy-infra/src/lib.rs

2 lines
61 B
Rust
Raw Normal View History

pub fn uuid() -> String { uuid::Uuid::new_v4().to_string() }