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