rust-distributed - Distributed Systems Expert for Rust
Implement distributed consensus algorithms and coordination patterns in Rust
Tags
Updated: 2026-06-15Capabilities
Typical Inputs
Typical Outputs
What this skill does
- implement Raft consensus
- replicate log entries
- run leader election
- coordinate 2PC transaction
- handle commit phases
- generate distributed IDs
- acquire distributed lock
- release distributed lock
- apply event
- create event snapshot
Inputs
- peer nodes
- transaction participants
- lock key
- event data
Outputs
- committed transaction
- generated ID
- acquired lock
- event snapshot
- replicated log
Requirements
- Rust environment
