Docs.rs
trust-dns-resolver-0.23.2
trust-dns-resolver 0.23.2
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bluejekyll
Dependencies
cfg-if ^1
normal
futures-util ^0.3.5
normal
lru-cache ^0.1.2
normal
once_cell ^1.18.0
normal
parking_lot ^0.12
normal
rand ^0.8
normal
resolv-conf ^0.7.0
normal
optional
rustls ^0.21.0
normal
optional
serde ^1.0
normal
optional
smallvec ^1.6
normal
thiserror ^1.0.20
normal
tokio ^1.21
normal
optional
tokio-native-tls ^0.3.0
normal
optional
tokio-openssl ^0.6.0
normal
optional
tokio-rustls ^0.24.0
normal
optional
tracing ^0.1.30
normal
trust-dns-proto ^0.23.2
normal
webpki-roots ^0.25.0
normal
optional
futures-executor ^0.3.5
dev
tokio ^1.21
dev
tracing-subscriber ^0.3
dev
ipconfig ^0.3.0
normal
optional
Versions
100%
of the crate is documented
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
trust_
dns_
resolver
0.23.2
Module dns_lru
Module Items
Structs
In crate trust_
dns_
resolver
trust_dns_resolver
Module
dns_lru
Copy item path
Source
Expand description
An LRU cache designed for work with DNS lookups
Structs
ยง
DnsLru
And LRU eviction cache specifically for storing DNS records
TtlConfig
The time-to-live, TTL, configuration for use by the cache.