syndicate-rs/syndicate
Tony Garnock-Jones 7d70d98fe5 (cargo-release) version 0.10.0 2021-08-30 13:24:55 +02:00
..
benches spawn_link; reactive debt_reporter service startup 2021-08-28 14:39:00 +02:00
doc Facets! 2021-08-27 15:31:18 +02:00
protocols Merge latest changes from the syndicate-protocols repository 2021-08-28 15:35:58 +02:00
src Improve core actor tracing/logging 2021-08-30 12:08:58 +02:00
Cargo.toml (cargo-release) version 0.10.0 2021-08-30 13:24:55 +02:00
Makefile Move pull-protocols target to repo root 2021-08-28 15:35:54 +02: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.