Module dns_parser::rdata
source · Expand description
Data types and methods for handling the RData field
Re-exports
pub use self::a::Record as A;pub use self::aaaa::Record as Aaaa;pub use self::cname::Record as Cname;pub use self::mx::Record as Mx;pub use self::ns::Record as Ns;pub use self::nsec::Record as Nsec;pub use self::opt::Record as Opt;pub use self::ptr::Record as Ptr;pub use self::soa::Record as Soa;pub use self::srv::Record as Srv;pub use self::txt::Record as Txt;Modules
Enums
The enumeration that represents known types of DNS resource records data