2 releases

0.1.1 Aug 3, 2021
0.1.0 Jul 20, 2021

#4 in #armature


Used in armature

MIT license

20KB
435 lines

Armature

Armature is an event-driven stateful actor framework for Rust, enabling you to design complex systems that are easy to reaseon about

What does that mean?

  • Event-driven: events are the driving force behind any change to the system state. Events are gathered in a queue and dispatched to the actors.
  • Stateful actor: every actor contains a hierarchical state machine that processes incoming events.

See the example for how to use.

Dependencies

~1.5MB
~34K SLoC