Module trust_dns::rr

source ·
Expand description

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

Modules

class of DNS operations, in general always IN for internet
dns security extension related modules
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
Reserved Zone and related information

Structs

Labels are always stored as ASCII, unicode characters must be encoded with punycode
them should be through references. As a workaround the Strings are all Rc as well as the array
Them should be through references. As a workaround the Strings are all Rc as well as the array
Resource records are storage value in DNS, into which all key/value pair data is stored.
Set of resource records associated to a name and type
Accessor key for RRSets in the Authority.

Enums

The DNS Record class
Record data enum variants
The type of the resource record.

Traits

Conversion into a Name
Types which implement this can be converted into a RecordSet