Crate syndicate

source ·
Expand description

This crate implements the Syndicated Actor model for Rust, including

  • intra-process communication (the actor module),
  • point-to-point links between actor spaces (the relay module),
  • and Dataspace objects (the dataspace module) for replicating state and messages among interested parties.

Modules§

Macros§

  • A convenient way of cloning a bunch of state shared among entities, actions, linked tasks, etc.

Structs§

Functions§