libzmq-sys - Rust raw cffi bindings to libzmq
Based on this guide as well as zmq-sys.
Dependencies
This crate uses pre-generated bindings to libzmq. To generate your own
bindings, use the renew-bindings feature. This requires Clang 3.9+.
Build and Linking.
The lib is built and linked statically.
Build Type
The lib is built depending on the profile (either release or debug).
OUTPUT ENV Variables
These are the output ENV variables of the cargo build script:
DEP_ZMQ_INCLUDEis the directory which contains thezmq.hheader.DEP_ZMQ_ROOTis the root of theOUT_DIR.DEP_ZMQ_PKG_CONFIG_PATHis the path to the directory containing thelibzmq.pcpackage config fileo