47 releases (31 breaking)

0.40.0 Apr 10, 2024
0.38.0 Mar 30, 2024
0.31.1 Nov 24, 2023
0.28.2 Feb 11, 2023
0.15.0 Nov 17, 2021

#607 in Asynchronous

Download history 36/week @ 2024-02-01 1/week @ 2024-02-08 10/week @ 2024-02-15 59/week @ 2024-02-22 185/week @ 2024-02-29 177/week @ 2024-03-07 25/week @ 2024-03-14 152/week @ 2024-03-21 606/week @ 2024-03-28 516/week @ 2024-04-04 87/week @ 2024-04-11

1,362 downloads per month
Used in 4 crates

Apache-2.0

210KB
4.5K SLoC

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.

lib.rs:

Auto-generated codecs for Syndicate protocol schemas.

Dependencies

~11–22MB
~277K SLoC