Structs§
- Domain
String - A validated DNS domain name, stored in normalized (ASCII/punycode) form. The original wire-format string (which may have been a UTF-8 U-label) is not preserved; only the IDNA-normalized A-label form is kept.
- Parse
Error - TagParser
- Struct to support displaying better errors for tag()
Enums§
Functions§
- domain_
name domain = sub-domain *( "." sub-domain )- explain_
nom - ipv4_
address - ipv6_
address - make_
context_ error - make_
span - tag
- Like nom::bytes::complete::tag, except that we print what the tag was expecting if there was an error. I feel like this should be the default behavior TBH.
- tag_
no_ case - utf8_
non_ ascii - See the following RFCs: