Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 649 Bytes

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.