Get the latest tech news
Hydro: Distributed Programming Framework for Rust
Hydro is a high-level distributed programming framework for Rust. Hydro can help you quickly write scalable distributed services that are correct by construction. Much like Rust helps with memory safety, Hydro helps with distributed safety. Hydro also makes it easy to get started by running your distributed programs in either testing or deployment modes.
Hydro also makes it easy to get started by running your distributed programs in either testing or deployment modes. Unlike traditional architectures such as actors or RPCs, Hydro offers choreographic APIs, where expressions and functions can describe computation that takes place across many locations. Work is ongoing to develop a distributed systems standard library that will offer these protocols and more as reusable components.
Or read this on Hacker News