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