embassy-net

Crates

git

Versions

default

Flavors

Module dns

Source
Expand description

DNS client compatible with the embedded-nal-async traits.

This exists only for compatibility with crates that use embedded-nal-async. Prefer using Stack::dns_query directly if you’re not using embedded-nal-async.

Structs§

DnsQuery
State for an in-progress DNS query.
DnsSocket
DNS client compatible with the embedded-nal-async traits.
Socket
A Domain Name System socket.

Enums§

DnsQueryType
DNS record types
Error
Errors returned by DnsSocket.
IpAddress
An internetworking address.