syndicate-rs/syndicate
Tony Garnock-Jones 3d56309766
/ build (push) Successful in 5m15s Details
Release independent packages
syndicate@0.41.0
syndicate-macros@0.33.0
syndicate-schema-plugin@0.10.0
syndicate-server@0.46.0
syndicate-tools@0.19.0

Generated by cargo-workspaces
2024-06-08 10:27:48 +02:00
..
benches New dataspace pattern implementation; update HTTP server 2024-04-10 17:03:09 +02:00
doc More docs 2021-09-04 17:48:22 +02:00
protocols Merge latest changes from the syndicate-protocols repository 2024-06-07 12:22:19 +02:00
src Client-side resolution protocol 2024-06-07 22:20:08 +02:00
Cargo.toml Release independent packages 2024-06-08 10:27:48 +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 Fix dependencies to allow pattern-matching plugin to be used on core Syndicate protocols 2024-06-07 14:08:09 +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.