pub fn now_sec() -> f64Expand description
Get the time in seconds using Performance
ยงExamples
let time = now_sec();
println!("The current time is: {}", time);pub fn now_sec() -> f64Get the time in seconds using Performance
let time = now_sec();
println!("The current time is: {}", time);