trust_dns_proto::serialize

Module txt

Source
Available on crate feature text-parsing only.
Expand description

Text serialization types

Structs§

Lexer
A Lexer for Zone files
ParseError
The error type for parse errors that get returned in the crate
Parser

Enums§

ParseErrorKind
The error kind for parse errors that get returned in the crate
Token
Tokens emited from each Lexer pass

Traits§

RDataParser
Extension on RData for text parsing

Type Aliases§

ParseResult
An alias for parse results returned by functions of this crate