Module deserialise Copy item path Source Entry π An entry. Error An error that can occur reading a zone file. MaybeWildcard π A regular or wildcard domain State π States the tokeniser can be in parse_domain π Parse a domain name, appending the origin if itβs not absolute. parse_domain_or_wildcard π Parse a regular or wildcard domain name. parse_entry π Parse a single entry, skipping comments and whitespace. Entries
are of the form: parse_include π parse_origin π parse_rr π parse_u32 π Parse a decimal number into a u32. to_rr π Helper for parse_rr
tokenise_entry π Split an entry into tokens: split on whitespace, taking quoting
into account, and if there are parentheses or quotes continue to
the matched delimiter. tokenise_escape π Tokenise an escape sequence try_parse_rtype_with_data π Try to parse a record type with data. Returns None
if there is
no parse, since this does not necessarily indicate a fatal error.