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
- Error types for the crate
- op
- Operations to send with a
Clientor server, e.g.Query,Message, orUpdateMessagecan be used together to either query or update resource records sets. - rr
- Resource record related components, e.g.
Nameaka label,Record,RData, … - serialize
- Contains serialization libraries for
binaryand text,txt. - tcp
- TCP protocol related components for DNS
- udp
- UDP protocol related components for DNS
- xfer
- DNS high level transit implimentations.
Structs§
- Tokio
Time - New type which is implemented using tokio::time::{Delay, Timeout}
Traits§
Functions§
- spawn_
bg - Spawn a background task, if it was present