[][src]Crate trust_dns_proto

Trust-DNS Protocol library

Modules

error

Error types for the crate

op

Operations to send with a Client or server, e.g. Query, Message, or UpdateMessage can be used together to either query or update resource records sets.

rr

Resource record related components, e.g. Name aka label, Record, RData, ...

serialize

Contains serialization libraries for binary and text, txt.

tcp

TCP protocol related components for DNS

udp

UDP protocol related components for DNS

xfer

DNS high level transit implimentations.

Macros

trace

Generate a backtrace

Structs

ExtBacktrace

Representation of an owned and self-contained backtrace.

TokioTime

New type which is implemented using tokio::time::{Delay, Timeout}

Traits

Executor

Generic executor.

Time

Generic Time for Delay and Timeout.

Functions

spawn_bg

Spawn a background task, if it was present