syndicate

Crates.iosyndicate
lib.rssyndicate
version0.40.0
sourcesrc
created_at2021-08-13 16:50:41.815855
updated_at2024-04-10 15:04:51.879799
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
size269,438
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