Murmer – An experiment in bringing Elixir's actor model to Rust (opens in new tab)
--- Murmer is a distributed actor framework for Rust, built on tokio and QUIC\. It provides typed, location-transparent actors that communicate through message passing\. Whether an actor lives in the same process or on a remote node across the network, you interact with it through the same `Endpoint` API\. **Why I built this** I’ve spent years working with Elixir and the BEAM VM, and the actor model there is something I’ve grown deeply fond of — the simplicity of processes, message pass...
Read the original article