#dns #dns-resolver #dns-resolution #dnssec #dns-lookup #dig #bind

hickory-recursor

*WARNING* This library is experimental Hickory DNS Recursor is a safe and secure DNS recursive resolver with DNSSEC support. Hickory DNS is based on the Tokio and Futures libraries, which means it should be easily integrated into other software that also use those libraries. This library can be used as in the server and binary for performing recursive lookups.

3 unstable releases

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

#1880 in Network programming

Download history 3/week @ 2024-02-05 7/week @ 2024-02-12 13/week @ 2024-02-19 37/week @ 2024-02-26 29/week @ 2024-03-04 53/week @ 2024-03-11 16/week @ 2024-03-18 30/week @ 2024-03-25 79/week @ 2024-04-01 24/week @ 2024-04-08 163/week @ 2024-04-15

298 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

2MB
36K SLoC

Overview

Hickory DNS Recursor is a library which implements recursive resolution for DNS. This is currently experimental, test coverage is low and full scope of tests haven't been determined yet.

This library can be used to perform DNS resolution beginning with a set of root (hints) authorities. It does not require an upstream recursive resolver to find records in DNS.

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-recursor, from 0.24 and onward, for prior versions see trust-dns-recursor.

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

~6–22MB
~336K SLoC