UUIDs v1.0
UUIDs is compliant with RFC 9562, notably UUIDv7.
It’s able to generate UUIDv1 through UUIDv8 (excluding UUIDv2, which is not covered in the spec).
It can identify the version and variant of the UUIDs, as well as some other things like printing (using 'Image
thanks to Ada 2022) and converting the raw values to an element array.
See full ReadMe & Sources on GitHub