Skip to main content

Crate hickory_net

Crate hickory_net 

Source
Expand description

Networking library for Hickory DNS

Re-exports§

pub use hickory_proto as proto;

Modules§

client
DNS Client associated classes for performing queries and other operations.
runtime
Abstractions to deal with different async runtimes.
tcp
TCP protocol related components for DNS
udp
UDP protocol related components for DNS
xfer
DNS high level transit implementations.

Structs§

ForwardNSData
Data needed to process a NS-record-based referral.
NoRecords
Response where no records were found

Enums§

DnsError
Semantic DNS errors
NetError
The error type for network protocol errors (UDP, TCP, QUIC, H2, H3)