zmq2 0.5.0

Maintained high-level bindings to the zeromq library
Documentation
fn main() {
    println!(
        "cargo:rustc-env=BUILD_PROFILE={}",
        std::env::var("PROFILE").unwrap()
    );
}