Docs.rs
hbbft-0.1.1
hbbft 0.1.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
afck
igorbarinov
Dependencies
bincode ^1.1.2
normal
byteorder ^1.3.1
normal
derivative ^1.0.2
normal
env_logger ^0.6.1
normal
failure ^0.1.5
normal
hex_fmt ^0.3
normal
init_with ^1.1.0
normal
log ^0.4.6
normal
rand ^0.6.5
normal
rand_derive ^0.5.0
normal
reed-solomon-erasure ^3.1.1
normal
serde ^1.0.89
normal
threshold_crypto ^0.3.1
normal
tiny-keccak ^1.4
normal
colored ^1.7
dev
crossbeam ^0.6
dev
crossbeam-channel ^0.3
dev
docopt ^1.0
dev
integer-sqrt ^0.1.2
dev
itertools ^0.8.0
dev
proptest ^0.8.7
dev
rand_xorshift ^0.1.1
dev
signifix ^0.9
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
Message
hbbft
0.1.1
Message
Implementors
In crate hbbft
hbbft
Trait
Message
Copy item path
Source
pub trait Message:
Debug
+
Send
+
Sync
{ }
Expand description
Messages.
Implementors
§
Source
§
impl<M>
Message
for M
where M:
Debug
+
Send
+
Sync
,