kayak 0.0.0

A Raft implementation for intuitive usage
Documentation

Kayak

A Rust Raft implementation designed for intuitive use.

Goals

  • no_std
  • Infrastructure-agnostic (ie doesn't implement networking)
  • Harder to use incorrectly than correctly