1//! An async implementation of DNS, mDNS, and (m)DNS-based Service Discovery. 2 3pub mod resolver; 4pub mod service; 5 6pub use uwuhi::*;