erickt / rust-zmq

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

set_xpub_verboser method is missing #376

Open thierry-tct opened 1 year ago

thierry-tct commented 1 year ago

With libzmq 4.2, ZMQ_XPUB_VERBOSER was introduced, and is currently supported in zmq-sys. However, the corresponding socket method set_xpub_verboser is not yest implemented.

Is there any plan on that? Can I make a PR for that?

Thanks