msgpacknet

Crates.iomsgpacknet
lib.rsmsgpacknet
version0.1.1
sourcesrc
created_at2015-11-02 20:15:09.785178
updated_at2015-12-11 23:54:29.779751
descriptionA networking layer based on MessagePack messages.
homepagehttps://github.com/dswd/msgpacknet.rs
repositoryhttps://github.com/dswd/msgpacknet.rs
max_upload_size
id3354
size42,441
(dswd)

documentation

http://dswd.github.io/msgpacknet.rs/msgpacknet/index.html

README

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

Commit count: 61

cargo fmt