Docs.rs
hickory-proto-0.25.0-alpha.3
hickory-proto 0.25.0-alpha.3
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bluejekyll
Dependencies
async-recursion ^1.0.0
normal
async-trait ^0.1.43
normal
backtrace ^0.3.50
normal
optional
bitflags ^2.4.1
normal
optional
bytes ^1
normal
optional
cfg-if ^1
normal
data-encoding ^2.2.0
normal
enum-as-inner ^0.6
normal
futures-channel ^0.3.5
normal
futures-io ^0.3.5
normal
futures-util ^0.3.5
normal
h2 ^0.4.0
normal
optional
h3 ^0.0.6
normal
optional
h3-quinn ^0.0.7
normal
optional
http ^1.1
normal
optional
idna ^0.5
normal
ipnet ^2.3.0
normal
js-sys ^0.3.44
normal
optional
native-tls ^0.2
normal
optional
once_cell ^1.20.0
normal
openssl ^0.10.55
normal
optional
pin-project-lite ^0.2
normal
optional
quinn ^0.11.2
normal
optional
rand ^0.8
normal
ring ^0.17
normal
optional
rustls ^0.23.14
normal
optional
rustls-native-certs ^0.7
normal
optional
serde ^1.0
normal
optional
socket2 ^0.5
normal
optional
thiserror ^1.0.20
normal
time ^0.3
normal
optional
tinyvec ^1.1.1
normal
tokio ^1.21
normal
optional
tokio-native-tls ^0.3.0
normal
optional
tokio-openssl ^0.6.0
normal
optional
tokio-rustls ^0.26
normal
optional
tracing ^0.1.30
normal
url ^2.4.0
normal
wasm-bindgen ^0.2.58
normal
optional
webpki-roots ^0.26
normal
optional
futures-executor ^0.3.5
dev
openssl ^0.10.55
dev
tokio ^1.21
dev
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hickory_
proto
0.25.0-alpha.3
Module tcp
Module Items
Structs
Traits
In crate hickory_
proto
hickory_proto
Module
tcp
Copy item path
Source
Expand description
TCP protocol related components for DNS
Structs
§
TcpClient
Stream
Tcp client stream
TcpStream
A Stream used for sending data to and from a remote DNS endpoint (client or server).
Traits
§
DnsTcp
Stream
Trait for TCP connection