crafty-core 0.2.1

Pure Raft consensus state machine for the crafty framework (no I/O).
Documentation

crafty-core

Pure Raft consensus state machine for the crafty framework — no I/O, no async runtime, no wall clock.

Consensus is modeled as RaftInput → (state, RaftOutput); side effects are returned as data and executed by the outer runtime (crafty-actor).

Most applications should depend on the crafty facade rather than this crate directly.

Documentation

License

Dual-licensed under MIT OR Apache-2.0.