RFC 9562 UUID implementation in Zig sites.wisp.place/jcollie.dev/uuid.zig/
zig uuid
1

Configure Feed

Select the types of activity you want to include in your feed.

add missing sentinel

Jeffrey C. Ollie (Aug 13, 2025, 10:41 AM -0500) 06c0ade0 19648ceb

+1 -1
+1 -1
src/root.zig
··· 445 445 } 446 446 447 447 pub fn serializeUrnZ(self: UUID) [45:0]u8 { 448 - var buf: [45]u8 = undefined; 448 + var buf: [45:0]u8 = undefined; 449 449 @memcpy(buf[0..9], "urn:uuid:"); 450 450 _ = std.fmt.bufPrint( 451 451 buf[9..],