syndicate-rs/syndicate
Tony Garnock-Jones 212a5a11a3 (cargo-release) version 0.14.0 2021-11-12 12:34:21 +01:00
..
benches stop() and stop_facet(facet_id) now return unit 2021-10-07 16:59:34 +02:00
doc More docs 2021-09-04 17:48:22 +02:00
protocols Merge latest changes from the syndicate-protocols repository 2021-10-06 21:52:23 +02:00
src Process the rest of the turn even when an unknown oid is seen 2021-10-18 17:21:09 +02:00
Cargo.toml (cargo-release) version 0.14.0 2021-11-12 12:34:21 +01: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 Adapt to new Preserves major version; stub daemon basis 2021-09-19 16:53:37 +02: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.