Module trust_dns_proto::rr

source ·
Expand description

Resource record related components, e.g. Name aka label, Record, RData, …

Re-exports

pub use self::dns_class::DNSClass;
pub use self::record_data::RData;
pub use self::record_type::RecordType;
pub use self::resource::Record;

Modules

class of DNS operations, in general always IN for internet
Domain name associated types, suchas Name and Label.
All record data structures and related serialization methods
record data enum variants
record type definitions
resource record implementation

Structs

Them should be through references. As a workaround the Strings are all Rc as well as the array
Set of resource records associated to a name and type

Enums

An iterator over the RecordSet data

Traits

Conversion into a Name
Types which implement this can be converted into a RecordSet
Types of this trait will can be attempted for conversion to an IP address