#actor #cluster #distributed #erlang #networking

rabble

A library for creating location transparent actor based systems

8 unstable releases (3 breaking)

Uses old Rust 2015

0.4.1 Jul 3, 2017
0.4.0 May 9, 2017
0.3.0 May 1, 2017
0.2.1 Mar 9, 2017
0.1.0 Oct 14, 2016

#1706 in Asynchronous

Apache-2.0

83KB
2K SLoC

Build Status

API Documentation

Usage

Add the following to your Cargo.toml

[dependencies]
rabble = "0.3"

Add this to your crate root

extern crate rabble;

Description

Rabble provides location independent actor communication over a fully connected mesh of nodes. More information can be found in the architecture doc and user guide.

Dependencies

~11MB
~224K SLoC