snowball 0.1.3

Generic implementation of Snowball consensus algorithm
Documentation
1
2
3
4
5
6
pub mod candidate;
pub mod error;
pub mod network;
pub mod query;
pub mod sampler;
pub mod signable;