2022-04-11 15:27:03 +08:00

9 lines
135 B
Rust

pub mod code_gen;
pub mod future;
pub mod retry;
#[allow(dead_code)]
pub fn timestamp() -> i64 {
chrono::Utc::now().timestamp()
}