syndicate-rs/syndicate
Tony Garnock-Jones 931c4e5cd1 Some documentation; rename Debtor to Account 2021-08-13 15:51:11 -04:00
..
benches Some documentation; rename Debtor to Account 2021-08-13 15:51:11 -04:00
doc Some documentation; rename Debtor to Account 2021-08-13 15:51:11 -04:00
protocols First reorganisation of workspace into a ... workspace 2021-08-12 21:13:49 -04:00
src Some documentation; rename Debtor to Account 2021-08-13 15:51:11 -04:00
Cargo.toml (cargo-release) version 0.8.0-alpha.0 2021-08-13 12:50:40 -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.