syndicate-rs/syndicate
Tony Garnock-Jones f747edbbfd (cargo-release) version 0.8.0 2021-08-13 21:39:43 -04:00
..
benches Some documentation; rename Debtor to Account 2021-08-13 15:51:11 -04:00
doc Finish actor.rs docs 2021-08-13 20:12:11 -04:00
protocols First reorganisation of workspace into a ... workspace 2021-08-12 21:13:49 -04:00
src More docs 2021-08-13 21:28:23 -04:00
Cargo.toml (cargo-release) version 0.8.0 2021-08-13 21:39:43 -04:00
Makefile Split out syndicate-server crate 2021-08-12 21:42:14 -04:00
README.md Some documentation; rename Debtor to Account 2021-08-13 15:51:11 -04:00
build.rs First reorganisation of workspace into a ... workspace 2021-08-12 21:13:49 -04:00

README.md

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.