Crate nuuid

Source
Expand description

Create and use UUID’s

Structs§

ParseUuidError
Error parsing UUID
Rng
A CSPRNG suitable for generating UUID’s.
Uuid
Universally Unique Identifier, or UUID.

Enums§

Variant
UUID Variants
Version
UUID Version

Constants§

NAMESPACE_DNS
The predefined DNS namespace, 6ba7b810-9dad-11d1-80b4-00c04fd430c8.
NAMESPACE_OID
The predefined OID namespace, 6ba7b812-9dad-11d1-80b4-00c04fd430c8.
NAMESPACE_URL
The predefined URL namespace, 6ba7b811-9dad-11d1-80b4-00c04fd430c8.
NAMESPACE_X500
The predefined X500 namespace, 6ba7b814-9dad-11d1-80b4-00c04fd430c8.

Type Aliases§

Bytes
A 16 byte with the UUID.