HN へのレベル: Coerce – Rust で分配されたアクター フレームワーク
Coerce-rs is an asynchronous (async/await) Actor runtime and distributed system framework for Rust. It allows for extremely simple yet powerful actor-based distributed system development. With minimal code, you can build a highly scalable, fault-tolerant modern actor-driven application. Crates Features Actors Type-safe actors Supervision / child spawning Location-transparent ActorRef types (ActorRef may comprise of a LocalActorRef…