Coerce-rs
riker
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Coerce-rs
riker
-
Any good distributed actor crates?
I remember a crate called riker that did distribute actors but it looks like it's abandoned unfortunately.
-
18 factors powering the Rust revolution, Part 2 of 3
However, this isn't even 50% of what's out there: Need raw parallel power (and maybe don't need an async runtime)? Checkout Rayon. Need simple Actors for concurrent processing? Checkout Actix. Need a larger Actor system for fault tolerance/CQRS messaging? Checkout Riker. Damn, I sound like a youtube advert 🤦 - For real though, this is the tip of the concurrency iceberg. There is so much more - and it's growing.
- What is the current state of actor systems in Rust?
What are some alternatives?
tiny-tokio-actor - A simple tiny actor library on top of Tokio
actix - Actor framework for Rust.
async-sema - Semaphore using `async` and `await`
bastion - Highly-available Distributed Fault-tolerant Runtime
axiom - Implementation of a highly-scalable and ergonomic actor model for Rust
lam - :rocket: a lightweight, universal actor-model vm for writing scalable and reliable applications that run natively and on WebAssembly
remoc - Remoc 🦑 — Remote multiplexed objects, channels and RPC for Rust
wasmCloud - wasmCloud is an open source Cloud Native Computing Foundation (CNCF) project that enables teams to build, manage, and scale polyglot apps across any cloud, K8s, or edge.
async-backplane - Simple, Erlang-inspired fault-tolerance framework for Rust Futures.