Registry / networking / hickory-server

hickory-server

JSON →
library0.26.1rscratesunverified

A library for integrating safe and secure DNS servers into async Tokio applications, supporting DNSSEC, TSIG, DoT, DoQ, and DoH.

# Cargo.toml [dependencies] hickory-server = "0.26.1"
INSTALL
IMPORT
SIG · HICKORY-SERVER
H
hickory-server
networkingrustv0.26.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ServerFuture
use hickory_server::ServerFuture;

Initializes a Hickory DNS server with Tokio runtime.

use hickory_server::ServerFuture; #[tokio::main] async fn main() { let mut server = ServerFuture::new(); println!("DNS server initialized"); }
Debug
Known issues
gotchaRequires Tokio runtime for async operations.
fix
Add `tokio` as a dependency and use `#[tokio::main]` or similar runtime.
affects: >=0.26.0
Upgrade
Version history
0.26.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Amazon
1
OpenAI (training)
1
Resources
hickory-server — cargo add hickory-server · libregistry