cetra3 / tmq

Rust ZeroMQ bindings for Tokio
151 stars 28 forks source link

Implement Push and Pull sockets, largely copied from Pub/Sub #1

Closed skrap closed 5 years ago

skrap commented 5 years ago

Useful crate! I needed push/pull sockets, so I implemented them, plus equivalent examples.

cetra3 commented 5 years ago

Looks great! Thanks for the PR! I think I might need to look at making a macro for defining a couple of these "similar" style sockets. But for now this is awesome!