Expand description
DNS name validation according to RFC1035, but with underscores allowed.
Modulesยง
- parser ๐
 
Structsยง
- Addr
Parse Error  - Failure to parse an IP address
 - DnsName
 - A type which encapsulates a string (borrowed or owned) that is a syntactically valid DNS name.
 - Invalid
DnsName Error  - The provided input could not be parsed because it is not a syntactically-valid DNS Name.
 - Ipv4
Addr  no_stdimplementation ofstd::net::Ipv4Addr.- Ipv6
Addr  no_stdimplementation ofstd::net::Ipv6Addr.
Enumsยง
- DnsName
Inner ๐ - IpAddr
 no_stdimplementation ofstd::net::IpAddr.- Server
Name  - Encodes ways a client can know the expected name of the server.
 
Functionsยง
- validate ๐