Available on crate feature
text-parsing
only.Expand description
Text serialization types
Structs§
- Lexer
- A Lexer for Zone files
- Parse
Error - The error type for parse errors that get returned in the crate
- Parser
Enums§
- Parse
Error Kind - The error kind for parse errors that get returned in the crate
- Token
- Tokens emited from each Lexer pass
Traits§
- RData
Parser - Extension on RData for text parsing
Type Aliases§
- Parse
Result - An alias for parse results returned by functions of this crate