libstud-uuid
libstud-uuid copied to clipboard
Add support for RFC9562 UUID versions
This pull request adds the new UUID version added by RFC 9562. Added new UUID version enumerations:
time_reordered(version 6): Introduces a sortable time-based UUID formattime_unix(version 7): Provides a privacy-friendly time-based UUID generation method using unix timecustom(version 8): Reserved for vendor-specific UUID implementations