Distributed stream processing engine written in Rust

Arroyo is a distributed stream processing engine written in Rust – GitHub – ArroyoSystems/arroyo: Arroyo is a distributed stream processing engine written in Rust… Read more

Similar

Monads and GATs in Nightly Rust

I saw a recent Reddit post on the advances in Generic Associated Types (GATs) in Rust, which allows for the definition of a Monad trait. In this post, I'm going to take it one step further: a monad transformer trait in Rust! (more…)

Read more »