simple-stream 0.2.3

Stream crate with simple framing protocol built in
Documentation
[package]
name = "simple-stream"
version = "0.2.3"
authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"]
description = "Stream crate with simple framing protocol built in"
readme = "README.md"
keywords = ["tcp", "non", "blocking", "socket", "stream"]
license = "MPL-2.0"
repository = "https://github.com/nathansizemore/simple-stream"
homepage = "https://github.com/nathansizemore/simple-stream"
documentation = "https://nathansizemore.github.io/simple-stream/simple_stream/index.html"

[lib]
name = "simple_stream"

[dependencies]
log = "0.3.5"
errno = "0.1.6"
libc = "0.2.6"
openssl = "0.7.5"