Expand description
Create and use UUID’s
Structs§
- Parse
Uuid Error - Error parsing UUID
- Rng
- A CSPRNG suitable for generating UUID’s.
- Uuid
- Universally Unique Identifier, or UUID.
Enums§
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.