Module rustdns::zones[][src]

Structs

A Zone File. This is the unprocessed version of the zone file where domains such as “@” have not yet been resolved, and fields are optional. To turn this into Vec<rustdns::Record> call [process].

Very similar to a [rustdns::Record] but allows for optional values. When parsing a full zone file those options can be derived from previous entries.

Enums

Internal struct for capturing each entry.