erickt / rust-zmq

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

What happened to dynamic linking? #384

Open jkarneges opened 8 months ago

jkarneges commented 8 months ago

It looks like dynamic linking to libzmq was removed in this commit: https://github.com/erickt/rust-zmq/commit/6d21e9ef00628fb158a2f85e11ca05f30eb798db

Any reason why? If not, would there be any objection to a PR that reintroduces it?