streamlette 0.2.7

Streamlet-based pluggable oneshot consensus
Documentation
1
2
3
4
5
mod consensus;
mod core;
mod msg;
pub use crate::core::{Core, DiffMessage};
pub use consensus::{Decider, DeciderConfig};