syndicate-rs/syndicate
Tony Garnock-Jones b83b39515d Release independent packages
syndicate@0.39.0
syndicate-macros@0.31.0
syndicate-schema-plugin@0.8.0
syndicate-server@0.44.0
syndicate-tools@0.17.0

Generated by cargo-workspaces
2024-04-01 16:53:42 +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 Revise http protocol 2024-04-01 16:52:24 +02:00
src Repair severe error in turn rollback 2024-04-01 16:52:24 +02:00
Cargo.toml Release independent packages 2024-04-01 16:53:42 +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 Bump preserves-schema dep 2023-11-18 16:29:25 +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.