mirror of
https://github.com/telemt/telemt.git
synced 2026-04-17 18:44:10 +03:00
10 lines
120 B
Rust
10 lines
120 B
Rust
//! Utils
|
|
|
|
pub mod ip;
|
|
pub mod time;
|
|
|
|
#[allow(unused_imports)]
|
|
pub use ip::*;
|
|
#[allow(unused_imports)]
|
|
pub use time::*;
|