Skip to content

Commit

Permalink
Update so Poller & MioSocket are public
Browse files Browse the repository at this point in the history
  • Loading branch information
cetra3 committed Oct 30, 2018
1 parent 91a990a commit a926da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tmq"
version = "0.0.1"
version = "0.0.2"
authors = ["cetra3 <[email protected]>"]
license = "MIT/Apache-2.0"
description = "ZeroMQ bindings for Tokio"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ pub use publish::{publish, Pub};
pub use request::{request, Req};
pub use respond::{respond, Rep, Responder};
pub use subscribe::{subscribe, Sub};
pub use socket::MioSocket;
pub use poll::Poller;

pub use zmq::{Context, Message, Result, Socket, SocketType};

0 comments on commit a926da9

Please sign in to comment.