44 releases (28 breaking)

new 0.37.1 Mar 29, 2024
0.36.1 Mar 22, 2024
0.31.1 Nov 24, 2023
0.28.2 Feb 11, 2023
0.15.0 Nov 17, 2021

#747 in Asynchronous

Download history 35/week @ 2024-01-31 2/week @ 2024-02-07 7/week @ 2024-02-14 29/week @ 2024-02-21 216/week @ 2024-02-28 173/week @ 2024-03-06 30/week @ 2024-03-13 153/week @ 2024-03-20

578 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