Docs.rs
pkarr-client-4.1.0
pkarr-client 4.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Nuhvi
Dependencies
base32 ^0.5.1
normal
bytes ^1.10.0
normal
optional
document-features ^0.2.10
normal
dyn-clone ^1.0.18
normal
optional
ed25519-dalek ^3.0.0-pre.1
normal
futures-buffered ^0.2.9
normal
optional
futures-lite ^2.6.0
normal
optional
genawaiter ^0.99.1
normal
optional
lru ^0.13.0
normal
optional
ntimestamp ^1.0.0
normal
optional
self_cell ^1.1.0
normal
optional
serde ^1.0.217
normal
sha1_smol ^1.0.1
normal
optional
simple-dns ^0.9.3
normal
optional
thiserror ^2.0.11
normal
url ^2.5.4
normal
optional
anyhow ^1.0.95
dev
postcard ^1.1.1
dev
reqwest ^0.12
dev
rstest ^0.24.0
dev
cfg_aliases ^0.2.1
build
async-compat ^0.2.4
normal
optional
byteorder ^1.5.0
normal
optional
dht ^6.4.0
normal
optional
getrandom ^0.3
normal
heed ^0.21.0
normal
optional
page_size ^0.6.0
normal
optional
reqwest ^0.12
normal
optional
rustls ^0.23
normal
optional
tokio ^1.43.0
normal
optional
tracing ^0.1.41
normal
optional
rustls-webpki ^0.102
normal
optional
axum ^0.8.1
dev
axum-server ^0.7.1
dev
clap ^4.5.29
dev
dht ^6.4.0
dev
tokio ^1.43.0
dev
tokio-rustls ^0.26.1
dev
tracing-subscriber ^0.3.19
dev
getrandom ^0.3
normal
log ^0.4.25
normal
optional
reqwest ^0.12
normal
optional
wasm-bindgen-futures ^0.4.50
normal
optional
console_log ^1.0.0
dev
wasm-bindgen ^0.2.100
dev
wasm-bindgen-test ^0.3
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
CacheKey
pkarr_
client
4.1.0
Cache
Key
Trait Implementations
From<&PublicKey>
From<PublicKey>
In crate pkarr_
client
pkarr_client
Type Alias
Cache
Key
Copy item path
Source
pub type CacheKey = [
u8
;
20
];
Expand description
The sha1 hash of the
crate::PublicKey
used as the key in
Cache
.
Trait Implementations
§
Source
§
impl
From
<&
PublicKey
> for
CacheKey
Source
§
fn
from
(public_key: &
PublicKey
) ->
CacheKey
Converts to this type from the input type.
Source
§
impl
From
<
PublicKey
> for
CacheKey
Source
§
fn
from
(value:
PublicKey
) -> Self
Converts to this type from the input type.