#dns #dns-resolver #client-server #dnssec #bind #named #dig

hickory-proto

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

3 unstable releases

new 0.24.1 Apr 18, 2024
0.24.0 Oct 14, 2023
0.1.0 Sep 26, 2023

#5 in #named

Download history 25168/week @ 2024-01-03 30442/week @ 2024-01-10 35709/week @ 2024-01-17 42180/week @ 2024-01-24 50749/week @ 2024-01-31 44083/week @ 2024-02-07 50402/week @ 2024-02-14 48718/week @ 2024-02-21 44752/week @ 2024-02-28 46472/week @ 2024-03-06 51067/week @ 2024-03-13 56008/week @ 2024-03-20 67948/week @ 2024-03-27 64145/week @ 2024-04-03 60777/week @ 2024-04-10 55433/week @ 2024-04-17

257,823 downloads per month
Used in 140 crates (19 directly)

MIT/Apache

1.5MB
28K SLoC

Overview

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

NOTICE This project was rebranded from Trust-DNS 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, for prior versions see trust-dns-proto.

Minimum Rust Version

The current minimum rustc version for this project is 1.67

Versioning

Hickory DNS does it's best job to follow semver. Hickory DNS will be promoted to 1.0 upon stabilization of the publicly exposed APIs. This does not mean that Hickory DNS will necessarily break on upgrades between 0.x updates. Whenever possible, old APIs will be deprecated with notes on what replaced those deprecations. Hickory 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–20MB
~317K SLoC