zmq2 0.5.0

Maintained high-level bindings to the zeromq library
Documentation
#[test]
fn test_has() {
    // Until we can clean up the API `has` must return Some(_), not matter
    // wether the capability is actually supported or not.
    assert!(zmq2::has("ipc").is_some());
}