[][src]Crate uuid_rs

This crate defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier). A UUID is 128 bits long, and can guarantee uniqueness across space and time.

Modules

base

Structs

Layout

The UUID format is 16 octets.

UUID

Is a 128-bit number used to identify information in computer systems.

Enums

Variant

Variant is a type field determines the layout of the UUID.

Version

Version represents the type of UUID. The version number is in the most significant 4 bits of the Timestamp.