//! A broadcast protocol implementation based on [Kadcast](https://eprint.iacr.org/2021/996.pdf).
//!
//! This crate features multiple router implementations that can broadly be categorised by the
//! transport protocol they are optimised for. It currently supports
//! [TCP](https://datatracker.ietf.org/doc/html/rfc793) and aims to support
//! [QUIC](https://datatracker.ietf.org/doc/html/rfc9000) in future.
// Feature flag compilation for now, since this is WIP.
pub use crate;