wire 0.0.11

An abstraction over TCP and struct serialization
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "wire"
version = "0.0.11"
authors = ["TyOverby <ty@pre-alpha.com>"]

repository = "https://github.com/TyOverby/wire"
documentation = "http://tyoverby.com/wire/wire/index.html"
keywords = ["tcp", "serialization", "encode", "network"]
license = "MIT"
description = "An abstraction over TCP and struct serialization"

[dependencies]
bincode = "*"
rustc-serialize = "*"
unreliable-message = "0.0.3"
bchannel = "*"