31 releases (20 breaking)

0.28.2 Feb 11, 2023
0.27.0 Feb 6, 2023
0.24.1 Oct 26, 2022
0.23.0 Feb 4, 2022
0.15.0 Nov 17, 2021

#1814 in Network programming

Download history 108/week @ 2023-02-12 59/week @ 2023-02-19 65/week @ 2023-02-26 17/week @ 2023-03-05 7/week @ 2023-03-12 70/week @ 2023-03-19 17/week @ 2023-03-26 3/week @ 2023-04-02 18/week @ 2023-04-09 34/week @ 2023-04-16 5/week @ 2023-04-23 30/week @ 2023-04-30 65/week @ 2023-05-07 12/week @ 2023-05-14 21/week @ 2023-05-21 72/week @ 2023-05-28

170 downloads per month
Used in 3 crates

Apache-2.0

200KB
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

~9–41MB
~698K SLoC