Module domain::bits::parse [] [src]

Parsing of DNS wire-format data.

This module contains Parser, the type wrapping the data of a DNS message for parsing, as well as the error and result types for parsing. You will only need to deal with parsing directly if you implement new record data types. Otherwise, the Message type wraps everyhing up in a nice, easy to use interface.

Structs

Parser

A type wrapping DNS message data for parsing.

Enums

ParseError

An error happening during parsing of wire-format DNS data.

Type Definitions

ParseResult

The result type for a ParseError.