Crate uid

Source
Expand description

A crate providing in-memory IDs. Among others, the IDs are guaranteed to be unique, even when created on different threads.

Structsยง

Id
A struct representing IDs usable for various purposes.
IdU8
A struct representing IDs usable for various purposes using an eight bit wide unsigned integer.
IdU16
A struct representing IDs usable for various purposes using an 16 bit wide unsigned integer.
IdU32
A struct representing IDs usable for various purposes using an 32 bit wide unsigned integer.
IdU64
A struct representing IDs usable for various purposes using an 64 bit wide unsigned integer.