membership 0.0.6

Implementation of Scalable Weakly-consistent Infection-style Process Group Membership Protocol with extensions
Documentation
1
2
3
4
5
6
7
8
9
[![Build Status](https://travis-ci.org/localghost/membership.svg?branch=master)](https://travis-ci.org/localghost/membership)
[![Coverage Status](https://coveralls.io/repos/github/localghost/membership/badge.svg?branch=master)](https://coveralls.io/github/localghost/membership?branch=master)

# membership

Implementation of Scalable Weakly-consistent Infection-style Process Group Membership Protocol
([SWIM](https://www.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf)) with extensions.

It's a pet project for learning Rust and is **not to be used in production**, at least for now.