Registry / utility / hr-id
library0.7.0rscratesunverified

A human-readable unique ID which supports Unicode, safe for URLs and file paths.

# Cargo.toml [dependencies] hr-id = "0.7.0"
INSTALL
IMPORT
SIG · HR-ID
H
hr-id
utilityrustv0.7.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.

HrId
use hr_id::HrId;

Generate a new human-readable ID.

use hr_id::HrId; fn main() { let id = HrId::new(); println!("Generated ID: {}", id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hr-id — cargo add hr-id · libregistry