cruster 0.0.21

A Rust framework for building distributed, stateful entity systems with durable workflows
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/cluster.proto")?;
    Ok(())
}