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.

Reexports

pub use self::addr::lookup_addr;
pub use self::host::lookup_host;
pub use self::records::lookup_records;

Modules

addr

Looking up host names for addresses.

host

Looking up host names.

records

Looking up raw records.

search

Working with the search list.