telemt/src/util/mod.rs

7 lines
69 B
Rust

//! Utils
pub mod ip;
pub mod time;
pub use ip::*;
pub use time::*;