Crates.io | ralf |
lib.rs | ralf |
version | 0.1.1 |
source | src |
created_at | 2018-04-06 21:12:24.064228 |
updated_at | 2018-04-06 21:33:03.12169 |
description | Distributed state machine built on top of raft-rs |
homepage | https://github.com/Xide/ralf.git |
repository | https://github.com/Xide/ralf.git |
max_upload_size | |
id | 59330 |
size | 13,330 |
Distributed state machine library, written in Rust on top of raft-rs.
Example | Description |
---|---|
Reducer flow | Create a simple local state machine, and see how to create reducers to handle events. |