erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

Implement `AsFd`/`AsSocket` #361

Open ids1024 opened 1 year ago

ids1024 commented 1 year ago

Requires Rust 1.63. If that's a problem it could use the io-lifetimes crate, or conditionally add these. But I see CI doesn't test on anything other than the latest stable.