erickt / rust-zmq

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

Adds support for creating a Context from a non-owned pointer #398

Open wagcampbell opened 1 month ago

wagcampbell commented 1 month ago

Similar to #316, I'm writing Rust code that communicates with a thread running C code. Further, I have a need to build without statically linking libzmq. To avoid breaking changes, I've left static linking the default behavior. Thanks!