1 2 3 4 5 6
//! Module which is used target platform is not web related. pub mod http_client; pub mod schedule_method; pub use std::time::Instant;