GitHub - swimos/swim-rust: Self-contained distributed software platform for building stateful, massively real-time streaming applications in Rust.
The Swim Rust SDK contains software framework for building stateful applications that can be interacted
with via multiplexed streaming APIs. It is built on top of the Tokio asynchronous runtime
and a Tokio runtime is required for any Swim application.
Each application consists of some number of stateful agents, each of which runs as a separate Tokio task
and can be individually addressed by a URI. An agent may have both public and private state which can either
be held solely in memory or, optio...
Read more at github.com