syndicate

Crates.iosyndicate
lib.rssyndicate
version0.42.0
sourcesrc
created_at2021-08-13 16:50:41.815855
updated_at2024-09-26 11:13:03.054843
descriptionSyndicated Actor model for Rust, including network communication and Dataspaces.
homepagehttps://syndicate-lang.org/
repositoryhttps://git.syndicate-lang.org/syndicate-lang/syndicate-rs
max_upload_size
id435777
size271,550
Tony Garnock-Jones (tonyg)

documentation

README

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.
Commit count: 0

cargo fmt