A poolable string builder (aka string buffer) for Zig
0

Configure Feed

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

accomodate zig's latest breaking changes

Karl Seguin (Jan 6, 2024, 9:50 AM +0800) 3d7d7235 b1eb9a2a

+1 -1
+1 -1
build.zig
··· 5 5 const optimize = b.standardOptimizeOption(.{}); 6 6 7 7 _ = b.addModule("buffer", .{ 8 - .source_file = .{ .path = "src/buffer.zig" }, 8 + .root_source_file = .{ .path = "src/buffer.zig" }, 9 9 }); 10 10 11 11 const lib_test = b.addTest(.{