Build
Status

API Documentation

Usage

Rabble only works with Rust versions > 1.12 and must use nightly builds for the compiler plugins.

Add the following to your Cargo.toml

toml [dependencies] rabble = "0.1"

Add this to your crate root

rust 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.