//! Lookup functions and related types.
//!//! This module collects a number of more or less complex lookups that
//! implement applications of the DNS.
pubuseself::addr::lookup_addr;pubuseself::host::{lookup_host, search_host};pubuseself::srv::lookup_srv;pubmodaddr;pubmodhost;pubmodsrv;