//! # Utilities //! //! This module contains utilities that can be used anywhere in the code pub mod crypt_utils; pub mod user_data_utils;