Registry / networking / zmq2
library0.5.0rscratesunverified

Maintained high-level bindings to the ZeroMQ messaging library.

# Cargo.toml [dependencies] zmq2 = "0.5.0"
INSTALL
IMPORT
SIG · ZMQ2
Z
zmq2
networkingrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Context
use zmq2::Context;

Create a new ZeroMQ context

use zmq2::Context; fn main() { let ctx = Context::new(); println!("ZMQ context created"); }
Debug
Known issues
gotchaRequires the ZeroMQ C library to be installed on the system.
fix
Install libzmq3-dev (Linux) or zeromq (macOS) via package manager.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
42
OpenAI (training)
1
Resources
zmq2 — cargo add zmq2 · libregistry