Registry / utility / zenoh-collections

zenoh-collections

JSON →
library1.8.0rscratesunverified

Internal crate providing collection utilities for the Zenoh protocol.

# Cargo.toml [dependencies] zenoh-collections = "1.8.0"
INSTALL
IMPORT
SIG · ZENOH-COLLECTIONS
Z
zenoh-collections
utilityrustv1.8.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.

ZIntMap
use zenoh_collections::ZIntMap;

Create and use a ZIntMap, a specialized integer-keyed map.

use zenoh_collections::ZIntMap; fn main() { let mut map = ZIntMap::default(); map.insert(1, "hello"); println!("Map: {:?}", map); }
Debug
Known issues
breakingThis is an internal crate; its API may change without notice between Zenoh versions.
fix
Avoid depending on this crate directly; use the public zenoh crate instead.
affects: >=1.8.0
Upgrade
Version history
1.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Bingbot
1
Resources
zenoh-collections — cargo add zenoh-collections · libregistry