4 lines
114 B
Rust
4 lines
114 B
Rust
//! Keep track of time, both in native and web platforms!
|
|
|
|
pub use web_time::Duration;
|
|
pub use web_time::Instant;
|