protoactor-cluster 0.1.0

ProtoActor implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Milan Jarić"]
categories = ["concurrency", "asynchronous", "network-programming"]
description = "ProtoActor implementation in Rust"
documentation = "https://docs.rs/protoactor-cluster"
edition = "2021"
keywords = ["actor", "actor-system", "distributed"]
license = "Apache-2.0"
license-file = "LICENSE"
name = "protoactor-cluster"
readme = "README.md"
repository = "https://github.com/0xPANSE/protoactor-rs"
resolver = "1"
version = "0.1.0"