Crate hickory_proto
source ·Expand description
Hickory DNS Protocol library
Modules§
- Error types for the crate
- Operations to send with a
Clientor server, e.g.Query,Message, orUpdateMessagecan be used together to either query or update resource records sets. - Resource record related components, e.g.
Nameaka label,Record,RData, … - Contains serialization libraries for
binaryand 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