streamlette/
lib.rs

1mod consensus;
2mod core;
3mod msg;
4pub use crate::core::{Core, DiffMessage};
5pub use consensus::{Decider, DeciderConfig};