52 releases (34 breaking)

0.43.0 Feb 10, 2025
0.42.0 Sep 26, 2024
0.41.1 Jun 11, 2024
0.38.0 Mar 30, 2024
0.15.0 Nov 17, 2021

#703 in Asynchronous

Download history 1/week @ 2024-11-13 4/week @ 2024-11-20 2/week @ 2024-11-27 15/week @ 2024-12-04 77/week @ 2024-12-11 23/week @ 2024-12-25 118/week @ 2025-02-05 39/week @ 2025-02-12 18/week @ 2025-02-19 4/week @ 2025-02-26

179 downloads per month
Used in 3 crates

Apache-2.0

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

~12–22MB
~299K SLoC