syndicate-rs/syndicate
Tony Garnock-Jones bae21fb69b Update deps; in particular, get preserves 3.0, which has the fixed numerics/symbols syntax 2023-01-16 15:03:35 +01: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 2022-02-04 14:27:02 +01:00
src Include syndicate package version in syndicate-server version display 2023-01-09 09:30:46 +01:00
Cargo.toml Update deps; in particular, get preserves 3.0, which has the fixed numerics/symbols syntax 2023-01-16 15:03:35 +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 Repair accidentally-committed reference to local path (!) 2022-02-04 14:15:28 +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.