Docs.rs
hotmint-consensus-0.8.1
hotmint-consensus 0.8.1
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
haxjump
Dependencies
blake3 ^1
normal
hotmint-crypto ^0.8.1
normal
hotmint-types ^0.8.1
normal
parking_lot ^0.12
normal
prometheus-client ^0.23
normal
ruc ^9.3
normal
serde ^1
normal
tokio ^1
normal
tracing ^0.1
normal
criterion ^0.5
dev
rand ^0.8
dev
tracing-subscriber ^0.3
dev
Versions
44.62%
of the crate is documented
Platform
i686-pc-windows-msvc
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
Module network
hotmint_
consensus
0.8.1
Module network
Module Items
Structs
Traits
Type Aliases
In crate hotmint_
consensus
hotmint_consensus
Module
network
Copy item path
Source
Structs
§
Channel
Network
Channel-based network stub: routes messages via mpsc senders
Traits
§
Network
Sink
Type Aliases
§
MsgReceiver
MsgSender
Message type for the consensus channel:
(sender_id, message)
.