Docs.rs
commonware-resolver-0.0.59
commonware-resolver 0.0.59
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
bimap ^0.6.3
normal
bytes ^1.7.1
normal
commonware-codec ^0.0.59
normal
commonware-cryptography ^0.0.59
normal
commonware-macros ^0.0.59
normal
commonware-p2p ^0.0.59
normal
commonware-runtime ^0.0.59
normal
commonware-stream ^0.0.59
normal
commonware-utils ^0.0.59
normal
futures ^0.3.31
normal
governor ^0.6.3
normal
prometheus-client ^0.22.3
normal
rand ^0.8.5
normal
thiserror ^2.0.12
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Crate commonware_resolver
commonware_
resolver
0.0.59
All Items
Crate Items
Modules
Traits
Crate
commonware_
resolver
Copy item path
Source
Expand description
Resolve data identified by a fixed-length key.
Modules
§
p2p
Resolve data identified by a fixed-length key by using the P2P network.
Traits
§
Consumer
Notified when data is available, and must validate it.
Resolver
Responsible for fetching data and notifying a
Consumer
.