Crate raftoral

Crate raftoral 

Source

Re-exports§

pub use config::RaftoralConfig;

Modules§

config
Configuration for Raftoral nodes
full_node
Full Node - Complete stack from Layer 0 (gRPC) to Layer 7 (ManagementRuntime)
grpc
gRPC Layer (Layer 0) for generic architecture
kv
Key-Value Store Runtime (Layer 7)
management
Management Runtime (Layer 7)
raft
workflow
Workflow Execution Runtime (Layer 7) - V2 Architecture

Macros§

checkpoint
Create a replicated variable with an explicit key.
checkpoint_compute
Create a replicated variable from a computed value (side effect).