ralf 0.1.1

Distributed state machine built on top of raft-rs
Documentation

Ralf

Distributed state machine library, written in Rust on top of raft-rs.

Build Status Coverage Status Crate homepage

Crate documentation

Examples

Example Description
Reducer flow Create a simple local state machine, and see how to create reducers to handle events.