mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
9 lines
202 B
Rust
9 lines
202 B
Rust
pub mod future;
|
|
pub mod retry;
|
|
|
|
#[allow(dead_code)]
|
|
pub fn uuid_string() -> String { uuid::Uuid::new_v4().to_string() }
|
|
|
|
#[allow(dead_code)]
|
|
pub fn timestamp() -> i64 { chrono::Utc::now().timestamp() }
|