/// This crate offers a high-level API for the `nsq` daemon.
#[macro_use]externcrate derive_builder;externcrate byteorder;externcrate bytes;externcrate futures;externcrate tokio_core;externcrate tokio_io;pubmodconfig;pubmodconsumer;pubmoderrors;pubmodmessage;pubmodnsq_conn;