Module domain::resolv::lookup[][src]

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::records::lookup_records;
pub use self::srv::lookup_srv;

Modules

addr

Looking up host names for addresses.

host

Looking up host names.

records

Looking up raw records.

search

Working with the search list.

srv

Looking up SRV records.