syndicate-rs/syndicate
Tony Garnock-Jones 2bf2e29dc2 Release independent packages
syndicate@0.29.1
syndicate-server@0.33.2
syndicate-tools@0.8.1

Generated by cargo-workspaces
2023-10-18 22:51:15 +02:00
..
benches Fill in the rest of the jolly owl 2022-01-20 10:12:04 +01:00
doc More docs 2021-09-04 17:48:22 +02:00
protocols Merge latest changes from the syndicate-protocols repository 2023-10-18 14:02:38 +02:00
src Good grief, I forgot to update the preserves crate versions 2023-10-18 22:50:54 +02:00
Cargo.toml Release independent packages 2023-10-18 22:51:15 +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 Groundwork for handling noise connects 2023-01-28 22:45:48 +01: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.