wire 0.0.2

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

name = "wire"
version = "0.0.2"
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 = "~0.0.2"
bchannel = "~0.0.1"