trust-dns-https

Crates.iotrust-dns-https
lib.rstrust-dns-https
version0.21.1
sourcesrc
created_at2018-07-22 17:28:13.3469
updated_at2022-02-28 04:16:25.463775
descriptionTrust-DNS is a safe and secure DNS library. This is an extension for the Trust-DNS client to use DNS over HTTPS.
homepagehttp://www.trust-dns.org/index.html
repositoryhttps://github.com/bluejekyll/trust-dns
max_upload_size
id75534
size17,860
Benjamin Fry (bluejekyll)

documentation

https://docs.rs/trust-dns-https

README

Overview

Trust-DNS Rustls is a library which implements the DNS over HTTPS protocol and client side functions.

This library allows for HTTPS connections to be established to remote DNS servers. It can replace the standard ClientConnection in the Trust-DNS library. This uses the rustls and h2 libraries for HTTPS communications.

Minimum Rust Version

The current minimum rustc version for this project is 1.54

Versioning

Trust-DNS does it's best job to follow semver. Trust-DNS will be promoted to 1.0 upon stabilization of the publicly exposed APIs. This does not mean that Trust-DNS will necessarily break on upgrades between 0.x updates. Whenever possible, old APIs will be deprecated with notes on what replaced those deprecations. Trust-DNS will make a best effort to never break software which depends on it due to API changes, though this can not be guaranteed. Deprecated interfaces will be maintained for at minimum one major release after that in which they were deprecated (where possible), with the exception of the upgrade to 1.0 where all deprecated interfaces will be planned to be removed.

Commit count: 2615

cargo fmt