authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-07-20 03:14:36 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-07-20 03:14:36 -07:00
log8c0042bd1698f01d83dbddd65a75850090fdb577
treeb5ef21d86682b6bad6b4b200dba0847b3e7d0c5f
parent764f60937313980784cd7d081d091a0598196af2
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

remove jsonStringify


1 files changed, 0 insertions(+), 4 deletions(-)

ulid.zig-4
......@@ -37,10 +37,6 @@ pub const ULID = struct {
3737
3838 pub const BaseType = string;
3939
40 pub fn jsonStringify(self: @This(), json_stream: anytype) !void {
41 try json_stream.write(&self.bytes());
42 }
43
4440 pub fn parse(alloc: std.mem.Allocator, value: BaseType) !ULID {
4541 if (value.len != 26) return error.Ulid;
4642 return ULID{