This crate provides an implementation of the Contagion probabilistic secure broadcast algorithm on top of the drop crate.
Currently contagion is not published on crates.io but you can still use the pre-release version using git
contagion = { git = "https://gihub.com/Distributed-EPFL/contagion" }
Documentation can be generated locally on your machine after cloning the repository using
cargo doc --open