zeromq / zmq.rs

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

Remove unnecessary allocations and unsafe #160

Closed andrewwhitehead closed 2 years ago

Alexei-Kornienko commented 2 years ago

Mostly LGTM. Could you please fix clippy error that pops in CI?