msgpacknet 0.1.0

A networking layer based on MessagePack messages.
Documentation

MsgPackNet - A networking layer based on MessagePack messages

Build Status Coverage Status Latest Version

This crate provides an abstraction layer above TCP that uses MessagePack encoded messages instead of pure byte streams. It also abstracts from addresses and connections and instead uses node identifiers to distinguish and address nodes.

Documentation