Docs.rs
commonware-resolver-0.0.43
commonware-resolver 0.0.43
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-cryptography ^0.0.43
normal
commonware-macros ^0.0.43
normal
commonware-p2p ^0.0.43
normal
commonware-runtime ^0.0.43
normal
commonware-stream ^0.0.43
normal
commonware-utils ^0.0.43
normal
futures ^0.3.31
normal
governor ^0.6.3
normal
prometheus-client ^0.22.3
normal
prost ^0.13.5
normal
rand ^0.8.5
normal
thiserror ^2.0.12
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
dev
prost-build ^0.13.5
build
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
commonware_
resolver
0.0.43
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
.