Crate trust_dns_rustls[][src]

👎 Deprecated:

moved to trust_dns_proto::rustls

Expand description

Deprecated and removed as of 0.21.0, see the dns-over-rustls feature in trust-dns-proto

Modules

DNS over TLS client implementation for Rustls

DNS over TLS server implementation for Rustls

DNS over TLS I/O stream implementation for Rustls

Functions

Creates a new TlsStream to the specified name_server

Creates a new TlsStream to the specified name_server

Initializes a TlsStream with an existing tokio_tls::TlsStream.

Type Definitions

Type of TlsClientStream used with Rustls

Predefined type for abstracting the base I/O TlsStream with TokioTls