#bind #named #dig #dnssec

trust-dns-proto

Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.

61 releases

0.23.2 Oct 23, 2023
0.23.0 Aug 22, 2023
0.23.0-alpha.4 Jun 11, 2023
0.22.0 Sep 2, 2022
0.2.0 Nov 30, 2017

#1218 in Network programming

Download history 210630/week @ 2023-11-21 261948/week @ 2023-11-28 250330/week @ 2023-12-05 239387/week @ 2023-12-12 191614/week @ 2023-12-19 87339/week @ 2023-12-26 194534/week @ 2024-01-02 203210/week @ 2024-01-09 234837/week @ 2024-01-16 237522/week @ 2024-01-23 234462/week @ 2024-01-30 254111/week @ 2024-02-06 237053/week @ 2024-02-13 232304/week @ 2024-02-20 259882/week @ 2024-02-27 203782/week @ 2024-03-05

982,103 downloads per month
Used in 1,196 crates (52 directly)

MIT/Apache

1.5MB
27K SLoC

NOTICE This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to hickory-proto, from 0.24 and onward.

Overview

Trust-DNS Proto is the foundational DNS protocol library and implementation for Trust-DNS. Unless you want to manipulate the DNS packets directly, it is likely not the library you want. Please see Trust-DNS Resolver, Client, or Server for higher level interfaces.

Minimum Rust Version

The current minimum rustc version for this project is 1.64

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.

Dependencies

~3–21MB
~327K SLoC