Registry / utility / nuid
library0.6.0rscratesunverified

A highly performant unique identifier generator.

# Cargo.toml [dependencies] nuid = "0.6.0"
INSTALL
IMPORT
SIG · NUID
N
nuid
utilityrustv0.6.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.

Nuid
use nuid::Nuid;

Generates a new unique identifier.

use nuid::Nuid; fn main() { let id = Nuid::new(); println!("Generated ID: {}", id.next()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
nuid — cargo add nuid · libregistry