AnneKitsune/anne_uuid
A zig library to create and handle uuids easily.
refsA super simple library providing C-compatible randomly-generated 128 bit unique identifiers.
Usage (zig):
Uuid.new()Uuid.eql(other_uuid)Usage (C):
anne_uuid.hanne_uuid.auuid_new()uuid_eql(first, second)