viewstamped-replication 0.1.0

A Rust-based implementation of the Viewstamped Replication consensus protocol.
Documentation
1
2
3
4
//! A Primary Copy Method to Support Highly-Available Distributed Systems.

pub struct Node {
}