Skip to content

doccaico/tiny-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-regex

tiny-regex-c built with Zig.

Fetch

$ zig fetch git+https://github.com/doccaico/tiny-regex

How to use

// build.zig
const tiny_regex = b.dependency("tiny-regex", .{
    .target = target,
    .optimize = optimize,
});
exe.linkLibrary(tiny_regex.artifact("tiny-regex"));

About

tiny-regex-c built with Zig.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages