StaticnewStaticfromStaticfromStaticfromStaticfromStaticfromCreate a UUID from string representation (standard UUID format) Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
StaticrandomGenerate a random UUID (v4)
Get the data of the UUID.
Get the UUID as a byte slice.
Get the raw UUID bytes as a copy.
Get hex string representation (lowercase, matching Rust implementation).
Get hex string representation (alias for hex()).
Get standard UUID string representation. Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Get base64 representation.
Returns the CBOR tags associated with UUID.
Returns the untagged CBOR encoding (as a byte string).
Returns the tagged CBOR encoding.
Returns the tagged value in CBOR binary representation.
StaticfromStaticfromStaticfromReturns the UR representation of the UUID. Note: URs use untagged CBOR since the type is conveyed by the UR type itself.
Returns the UR string representation.
StaticfromStaticfrom
Create a new random UUID (v4).