Module txt
Expand description
Text serialization types
Structs§
Enums§
- Lexer
Error - The error kind for lexer errors that get returned in the crate
- Parse
Error - The error kind for parse errors that get returned in the crate
- Token
- Tokens emited from each Lexer pass
Functions§
- parse_
ttl - parses the string following the rules from: https://tools.ietf.org/html/rfc2308 (NXCaching RFC) and https://www.zytrax.com/books/dns/apa/time.html
Type Aliases§
- Parse
Result - An alias for parse results returned by functions of this crate