Registry / utility / zng-unique-id

zng-unique-id

JSON →
library0.12.1rscratesunverified

Part of the zng project, provides unique identifier generation.

# Cargo.toml [dependencies] zng-unique-id = "0.12.1"
INSTALL
IMPORT
SIG · ZNG-UNIQUE-ID
Z
zng-unique-id
utilityrustv0.12.1
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.

UniqueId
use zng_unique_id::UniqueId;

Generate a new unique ID.

use zng_unique_id::UniqueId; fn main() { let id = UniqueId::new(); println!("Unique ID: {:?}", id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
Resources
zng-unique-id — cargo add zng-unique-id · libregistry