[][src]Crate yauuid

Generate and parse UUIDs.

A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The term globally unique identifier (GUID) is also used.

When generated according to the standard methods, UUIDs are for practical purposes unique, without depending for their uniqueness on a central registration authority or coordination between the parties generating them, unlike most other numbering schemes.

While the probability that a UUID will be duplicated is not zero, it is close enough to zero to be negligible.

Re-exports

pub use node::Node;
pub use v1::Context;
pub use v1::TimeClockSequence;
pub use v2::Domain;

Modules

node
v1

The implementation for Version 1 UUIDs.

v2
v3
v4
v5

Structs

InvalidUuid

The invalid UUID error that can throw when parsing str.

Uuid

A UUID represented by a 16 bytes array

Version

The version of the UUID

Enums

Variant

The variant of the UUID