packet-stream-codec 0.1.0

Implementation of the packet-stream codec used by muxrpc, in rust.
Documentation
[package]
name = "packet-stream-codec"
version = "0.1.0"
authors = ["AljoschaMeyer <mail@aljoscha-meyer.de>"]
description = "Implementation of the packet-stream codec used by muxrpc, in rust."
repository = "https://github.com/AljoschaMeyer/packet-stream-codec-rs"
readme = "README.md"
license = "GPL-3.0"

[dependencies]
futures = "0.1.17"
tokio-io = "0.1.4"
atm-io-utils = "0.1.0"

[dev-dependencies]
partial-io = { version = "0.2.5", features = ["quickcheck", "tokio"] }
quickcheck = "0.4.1"
async-ringbuffer = "0.1.0"
rand = "0.3.18"