1 2 3 4 5 6
//! All utils functions like timestamp, crypto etc //! pub mod crypto; pub mod date; #[cfg(feature = "noargs")] pub mod exec;