nanomsg 0.4.0

A high-level, Rust idiomatic wrapper around nanomsg.
Documentation
[project]
name = "nanomsg"
version = "0.4.0"
authors = [
  "Daniel Fagnan <dnfagnan@gmail.com>",
  "Jason E. Aten",
  "David C. Bishop",
  "Dennis Lawler",
  "Zachary Tong",
  "Dan Burkert",
  "BenoƮt Labaere <benoit.labaere@gmail.com>"
]

description = "A high-level, Rust idiomatic wrapper around nanomsg."
homepage = "https://github.com/thehydroimpulse/nanomsg.rs"
documentation = "https://github.com/thehydroimpulse/nanomsg.rs"
repository = "https://github.com/thehydroimpulse/nanomsg.rs"
readme = "./README.md"
keywords = ["nanomsg", "binding", "network", "pub", "sub"]
license = "MIT"

[dependencies.nanomsg-sys]
path = "./nanomsg_sys"
version = "0.2.0"

[dependencies]
libc = "0.1.8"