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