trust-dns-resolver 0.23.2

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.
Documentation

trust-dns-resolver

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 24 feature flags, 5 of them enabled by default.

default

  • system-config
  • tokio-runtime

system-config

  • ipconfig
  • resolv-conf

tokio-runtime

  • tokio/rt
  • trust-dns-proto/tokio-runtime

ipconfig

  • dep:ipconfig

resolv-conf

  • dep:resolv-conf

dns-over-rustls

  • dns-over-tls
  • rustls
  • tokio-rustls
  • trust-dns-proto/dns-over-rustls
  • webpki-roots

dns-over-native-tls

  • dns-over-tls
  • tokio-native-tls
  • trust-dns-proto/dns-over-native-tls

dns-over-openssl

  • dns-over-tls
  • trust-dns-proto/dns-over-openssl
  • tokio-openssl

dns-over-quic

  • rustls/quic
  • dns-over-rustls
  • trust-dns-proto/dns-over-quic

dns-over-https-rustls

  • trust-dns-proto/dns-over-https-rustls
  • dns-over-rustls
  • dns-over-https

serde-config

  • serde
  • trust-dns-proto/serde-config

dnssec-ring

  • dnssec
  • trust-dns-proto/dnssec-ring

dnssec-openssl

  • dnssec
  • trust-dns-proto/dnssec-openssl

serde

  • dep:serde

tokio-rustls

  • dep:tokio-rustls

dns-over-tls

  • tokio-runtime

tokio

  • dep:tokio

webpki-roots

  • dep:webpki-roots

dns-over-https

  • trust-dns-proto/dns-over-https

tokio-openssl

  • dep:tokio-openssl

tokio-native-tls

  • dep:tokio-native-tls

rustls

  • dep:rustls

testing

    This feature flag does not enable additional features.

dnssec

    This feature flag does not enable additional features.