stage 0.2.0

An ergonomic, composable Actor Model, designed for painless concurrency
Documentation

Stage

Latest version Discord
Stage is currently in Beta, performance may be an issue.

An ergonomic, composable Actor Model, for painless concurrency

Stage sets itself out to be different than the majority of Actor Models in Rust by putting an emphasis on ergonomics and easy development iteration. You shouldn't be slowed by the intrinsics of a framework. Stage makes compromises in how "Rusty" it feels in order to simplify design.

Goals

  • Impose less as a framework and more as a model.
  • Maximum convenience without sacrificing performance.
  • Preserve the safety of Rust without constricting designs that might be possible in other models.

Contributing

We're glad to have contributions! Please make sure to open an issue before hand, so we can coordinate.