[][src]Module domain_resolv::lookup

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

addr

Looking up host names for addresses.

host

Looking up host names.

srv

Looking up SRV records.