sheaf-gossip 0.1.0

Bridges sheaf cohomology to room gossip protocols — sheaf obstructions drive the gossip schedule
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod room_graph;
pub mod sheaf_state;
pub mod obstruction;
pub mod gossip_schedule;
pub mod reconcile;
pub mod convergence;

pub use room_graph::RoomGraph;
pub use sheaf_state::RoomSection;
pub use obstruction::Obstruction;
pub use gossip_schedule::GossipRound;
pub use reconcile::ReconciliationResult;