libzmq-sys - Rust raw cffi bindings to libzmq
Based on this guide
as well as [zmq-sys
].
toml
[dependencies]
libzmq-sys = "0.1.1"
The lib is built and linked statically.
The lib is built depending on the profile (either release or debug).
These are the output ENV variables of the cargo build script:
* DEP_ZMQ_INCLUDE
is the directory which contains the zmq.h
header.
* DEP_ZMQ_ROOT
is the root of the OUT_DIR
.
* DEP_ZMQ_PKG_CONFIG_PATH
is the path to the directory
containing the libzmq.pc
package config fileo