Registry / utility / xid
library1.1.1rscratesunverified

Globally unique sortable id generator. A Rust port of https://github.com/rs/xid.

# Cargo.toml [dependencies] xid = "1.1.1"
INSTALL
IMPORT
SIG · XID
X
xid
utilityrustv1.1.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.

Xid
use xid::Xid;

Minimal usage of xid to generate a unique ID.

use xid::Xid; fn main() { let id = Xid::new(); println!("{}", id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources