doccaico/tiny-regex
tiny-regex-c built with Zig.
tiny-regex-c built with Zig.
$ zig fetch git+https://github.com/doccaico/tiny-regex
// build.zig
const tiny_regex = b.dependency("tiny-regex", .{
.target = target,
.optimize = optimize,
});
exe.linkLibrary(tiny_regex.artifact("tiny-regex"));