libzmq-sys

Crates.iolibzmq-sys
lib.rslibzmq-sys
version0.1.8+4.3.2
sourcesrc
created_at2019-05-24 20:26:08.394538
updated_at2020-05-09 20:30:14.636423
descriptionRaw CFFI bindings for libzmq
homepage
repositoryhttps://github.com/jean-airoldie/libzmq-rs
max_upload_size
id136791
size49,600
(jean-airoldie)

documentation

README

Apache 2.0 licensed MIT licensed

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_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
Commit count: 285

cargo fmt