Replies: 2 comments 1 reply
-
Hi @CKingX 👋 You should be able to use a library like |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! I was just wondering how to create any of these UUIDs for ruuhid:
Since the only reference to Mac UUID was in the Version enum, and Version enum itself mentioned Mac is a version 1 UUID, I thought it would be a version 1 UUID. I will be reading up more on the different kinds of UUIDs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see a Version::Mac and UUID Builder, but you would have to provide the bytes. Is it possible to use say new_v1() (to get the UUID and convert it to bytes and use those bytes in the builder) or do we get random bytes ourselves and then pass it to the Builder?
Beta Was this translation helpful? Give feedback.
All reactions