Expand description

A no_std library for parsing and generating DNS queries and responses.

Implemented according to RFC 1035.

Structs

A DNS answer.

Iterator over Answers contained in a Message.

A DNS header.

A DNS message.

Builder for Message.

A DNS name.

A DNS question.

Iterator over Questions contained in a Message.

Enums

A DNS parsing error.

The kind of a DNS header.

A DNS opcode.

The class of a DNS query.

The kind of a DNS query.

A DNS response code.

Type Definitions

Helper type for constructing a buffer with the maximum UDP message size.