//! This crate contains various bits of useful code that don't fit anywhere else. pub mod mime; pub mod misc; pub mod strings; #[cfg(feature = "cli")] pub mod cli; #[cfg(feature = "cli")] pub mod logging;