zeromq / zmq.rs

A native implementation of ØMQ in Rust
https://crates.io/crates/zeromq
MIT License
1.13k stars 94 forks source link

WIP: Implement PAIR sockets #176

Open timthelion opened 1 year ago

timthelion commented 1 year ago

Implement PAIR. Fixes #41.

I haven't yet fully tested this code but am opening the PR early so I can get feedback.