Crate trust_dns_proto
source ·Expand description
NOTICE This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to hickory-proto, from 0.24
and onward.
Trust-DNS Protocol library
Modules§
- Error types for the crate
- Operations to send with a
Client
or server, e.g.Query
,Message
, orUpdateMessage
can be used together to either query or update resource records sets. - Resource record related components, e.g.
Name
aka label,Record
,RData
, … - Contains serialization libraries for
binary
and text,txt
. - TCP protocol related components for DNS
- UDP protocol related components for DNS
- DNS high level transit implimentations.
Structs§
- New type which is implemented using tokio::time::{Delay, Timeout}
Traits§
- Generic executor.
- Generic Time for Delay and Timeout.
Functions§
- Spawn a background task, if it was present