Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 13 Rust actor-model Projects
-
Project mention: Keyword Generics Progress Report: February 2023 | Inside Rust Blog | /r/rust | 2023-02-23
I think it's fairer to say the language got so much more powerful that there wasn't any point making actors a language feature when they can be built from existing orthogonal language features. You're probably looking for actix (not actix-web, just actix). There's also Lunatic built in Rust but supporting any actors compiled to WebAssembly.
-
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
-
-
riker
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
I remember a crate called riker that did distribute actors but it looks like it's abandoned unfortunately.
-
-
lam
:rocket: a lightweight, universal actor-model vm for writing scalable and reliable applications that run natively and on WebAssembly (by leostera)
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
The full code is here.
-
-
-
-
I mentioned last week that I was implementing a simple load balancer in my actor system implementation to figure out what was missing. I spent most of my time fixing some bits around message sending, serializing actor addresses, and some bugs/cleanup.
Rust actor-model related posts
- What's everyone working on this week (21/2023)?
- Integrate Blog OS with CrossBus: Vga Text
- Coerce – Distributed actor framework in Rust
- Building an actor library for Quickwit's indexing pipeline.
- GitHub - LeonHartley/Coerce-rs: Actor runtime and distributed systems framework for Rust
- Any good distributed actor crates?
- Distributed Async Executors?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 22 Sep 2023
Index
What are some of the best open-source actor-model projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | actix | 8,055 |
2 | citybound | 7,405 |
3 | stateright | 1,427 |
4 | message-io | 954 |
5 | riker | 953 |
6 | Coerce-rs | 573 |
7 | lam | 247 |
8 | xtra | 221 |
9 | crossbus | 117 |
10 | capability-providers | 71 |
11 | actix-telepathy | 52 |
12 | uppercut | 9 |
13 | busan | 5 |