wire 0.0.12

An abstraction over TCP and struct serialization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
bchannel = "0.0.*"
bincode = "0.5.*"
rustc-serialize = "0.3.*"
unreliable-message = "0.1.0"

[package]
authors = ["TyOverby <ty@pre-alpha.com>"]
description = "An abstraction over TCP and struct serialization"
documentation = "http://tyoverby.com/wire/wire/index.html"
keywords = ["tcp", "serialization", "encode", "network"]
license = "MIT"
name = "wire"
repository = "https://github.com/TyOverby/wire"
version = "0.0.12"