1//! Various utilities. 2// TODO(2.0): Deconstruct this module by extracting submodules to the top level. 3 4pub mod parse; 5pub(crate) mod safe_format;