Registry / networking / zenoh

zenoh

JSON →
library1.9.0rscratesunverified

Zenoh: The Zero Overhead Pub/Sub/Query Protocol for efficient data communication.

networkingmessaging
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.

use zenoh::Session;

Create a Zenoh session and subscribe to a key expression.

use zenoh::Session; fn main() { let session = Session::new().unwrap(); let subscriber = session.declare_subscriber("key/expression").unwrap(); loop { let sample = subscriber.recv().unwrap(); println!("Received: {}", sample.value); } }
Debug
Known footguns
gotchaRequires an async runtime (e.g., Tokio) for some operations.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources