Registry / networking / trust-dns-proto

trust-dns-proto

JSON →
library0.23.2rscratesunverified

Foundational DNS protocol library for all Trust-DNS projects, providing safe and secure DNS functionality.

# Cargo.toml [dependencies] trust-dns-proto = "0.23.2"
INSTALL
IMPORT
SIG · TRUST-DNS-PROTO
T
trust-dns-proto
networkingrustv0.23.2
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 trust_dns_proto::op::Message;

Creates a new DNS message using the trust-dns-proto library.

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

No known issues recorded.

Upgrade
Version history
0.23.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
trust-dns-proto — cargo add trust-dns-proto · libregistry