Simulate a simple push-pull epidemic broadcast. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
10 lines
208 B
Rust
10 lines
208 B
Rust
pub mod protocol;
|
|
pub mod trace;
|
|
|
|
pub mod report;
|
|
pub mod sim;
|
|
|
|
pub mod properties;
|
|
pub mod property_report;
|
|
|
|
pub use protocol::{GossipActor, GossipMessage, GossipQueryResponse, GossipState, VersionedValue};
|