armature

Crates.ioarmature
lib.rsarmature
version0.1.1
sourcesrc
created_at2021-07-20 22:39:55.865504
updated_at2021-07-20 22:46:00.553076
descriptionAn event-driven stateful actor framework for Rust.
homepage
repositoryhttps://github.com/MaximDeloof/armature
max_upload_size
id425319
size62,229
Maxim Deloof (mdeloof)

documentation

README

Armature

Armature is an event-driven stateful actor framework for Rust.

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.

Commit count: 14

cargo fmt