#actor #cluster #distributed #erlang #networking

rabble

一个用于创建位置透明actor系统的库

8 个不稳定版本 (3 个破坏性版本)

使用旧的Rust 2015

0.4.1 2017年7月3日
0.4.0 2017年5月9日
0.3.0 2017年5月1日
0.2.1 2017年3月9日
0.1.0 2016年10月14日

#1706 in 异步

Apache-2.0

83KB
2K SLoC

Build Status

API文档

用法

将以下内容添加到您的 Cargo.toml

[dependencies]
rabble = "0.3"

将其添加到您的crate根目录

extern crate rabble;

描述

Rabble提供通过完全连接的节点网状结构实现的位置独立actor通信。更多详细信息可以在架构文档用户指南中找到。

依赖项

~11MB
~224K SLoC