Available on crate feature resolv only.
Expand description

Lookup functions and related types.

This module collects a number of more or less complex lookups that implement applications of the DNS.

Re-exports

pub use self::addr::lookup_addr;
pub use self::host::lookup_host;
pub use self::host::search_host;
pub use self::srv::lookup_srv;

Modules

Looking up host names for addresses.

Looking up host names.

Looking up SRV records.