-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
The closest Rust has to Erlang/BEAM right now is probably Bastion. It's nowhere close to as mature as BEAM, but it's getting there pretty quickly. That said, if you're running on a single machine, it might be easier to just use an async runtime like Tokio.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
been experimenting with lunatic myself. crazy powerful
-
Very! Wrote an api wrapper to make it feel more like an actor system if that's your style.