[Active] // 2024

raft-rs

#rust#distributed-systems

Raft Implementation

This is a heading test. It should be easy to read in both light and dark mode.

Architecture

Using deterministic simulation to catch edge cases in leadership elections.

fn start_election() {
    println!("Candidate initiating vote...");
}