Registry / networking / hickory-proto

hickory-proto

JSON →
library0.26.1rscratesunverified

A safe and secure low-level DNS protocol library used as the foundation for higher-level Hickory DNS crates.

# Cargo.toml [dependencies] hickory-proto = "0.26.1"
INSTALL
IMPORT
SIG · HICKORY-PROTO
H
hickory-proto
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.

Message
use hickory_proto::op::Message;

Creates a new DNS message using the hickory-proto library.

use hickory_proto::op::Message; fn main() { let msg = Message::new(); println!("DNS message created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hickory-proto — cargo add hickory-proto · libregistry