1//! General-use utility functions. 2 3pub mod errors; 4pub mod files; 5pub(crate) mod log; 6pub(crate) mod mac; 7pub(crate) mod user;