Crate uid[][src]

Expand description

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

Structs

A struct representing IDs usable for various purposes.

A struct representing IDs usable for various purposes using an eight bit wide unsigned integer.

A struct representing IDs usable for various purposes using an 16 bit wide unsigned integer.

A struct representing IDs usable for various purposes using an 32 bit wide unsigned integer.

A struct representing IDs usable for various purposes using an 64 bit wide unsigned integer.