uuid6/prototypes

Zig prototype

jdknezek opened this issue · 2 comments

Hello! I have implemented UUIDv6 & v7 draft 01 prototypes in Zig, if you would like to add it to the table.

I started a PR but I wasn't sure if you wanted to list 3rd-party implementations, or how you would handle if there end up being multiple implementations in the same language.

Either way, just wanted to make you aware.

Hello @jdknezek

Thanks for creating some prototypes of v6 and v7! I took a look at v7 and it looks pretty good although my knowledge of Zig is limited.

As for this library can probably handle it like TLS 1.3 does here: https://github.com/tlswg/tlswg-wiki/blob/master/IMPLEMENTATIONS.md
As such I will update the table here with Name and Language columns so we can have multiple implementations in different languages. I will then link out to your library along with Brad's Go implementation based on 00 draft.

Do you have a preferred name or does uuid6-zig suffice?

Thanks,

uuid6-zig is great, thank you!