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
170 downloads per month
Used in 3 crates
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