rotor-stream 0.6.2

The stream abstration on top of rotor. This is the easiest way to build a protocol on top of TCP (Unix sockets) with rotor
Documentation
[package]
name = "rotor-stream"
description = """
    The stream abstration on top of rotor. This is the easiest way to build a
    protocol on top of TCP (Unix sockets) with rotor
"""
license = "MIT"
readme = "README.rst"
keywords = ["stream", "rotor", "tcp", "sockets", "mio"]
homepage = "http://github.com/tailhook/rotor-stream"
version = "0.1.0"
authors = ["paul@colomiets.name"]

[dependencies]
mio = "0.5"
<<<<<<< 32f38c97c24c7ea7eb19e0c2b4305a47f8742fbf
rotor = { rev="d72c30c", git="git://github.com/tailhook/rotor" }
netbuf = "0.3.1"
=======
rotor = "0.4.0"
netbuf = "0.3.0"
>>>>>>> Set stable version of rotor as dependency
memchr = "0.1.7"
time = "0.1.34"
void = "0.0.5"
quick-error = "0.2.1"

[dev-dependencies]
argparse = "0.2.1"
nix = "0.4.2"
httparse = "1.1.0"

[lib]
name = "rotor_stream"
path = "src/lib.rs"