erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
907 stars 193 forks source link

Still maintained? #402

Open Theodlz opened 5 months ago

Theodlz commented 5 months ago

Hi!

I'm planning on using zmq through rust, but trying to assess if the support is still there!

Though rust is obviously a great choice for performance reasons, Python remains a very solid alternative to interact with zmq given his great support (things are being updated quite often). The rust community is not as large as Python's and I'm more than aware of that, of course.

So I was just wondering if we should expect this crate to be updated to stay somewhat in sync with updates made to zeromq's core functionalities, or if you were actively looking for contributors?

Thanks!

esemeniuc commented 5 months ago

so far everything is pretty quiet. I'm running a custom fork to use a newer version of zmq with curve personally

antonilol commented 3 months ago

Are the current maintainers looking for new ones to take over the project?

bicarlsen commented 3 months ago

@esemeniuc Any thoughts on making it available?

thedeadliestcatch commented 2 months ago

Interested in the CURVE fork too. However, the CURVE APIs seem already implemented in the repo.