You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
benches | 1 year ago | |
doc | 1 year ago | |
protocols | 1 year ago | |
src | 1 year ago | |
Cargo.toml | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
build.rs | 1 year ago |
README.md
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.