viewstamped-replication 0.9.0

A Rust-based implementation of the Viewstamped Replication consensus protocol.
Documentation
1
2
3
4
5
6
#[derive(Copy, Clone, Eq, PartialEq)]
pub enum Status {
    Normal,
    ViewChange,
    Recovering,
}