zig-utils — batteries for Zig
zig-utils

Batteries for Zig.

Fast, dependency-free libraries and tools — from a JavaScript engine and a web application firewall down to the small pieces you reach for every day.

  • Pure Zig
  • Zero external dependencies
  • MIT licensed
  • None require the others

Runtime & engines

Security

Text & data

Building applications

Testing, benchmarking & release

Getting started

pantry add zig-regex
// build.zig
const regex = b.dependency("regex", .{ .target = target, .optimize = optimize });
exe.root_module.addImport("regex", regex.module("regex"));

Most projects install through Pantry or the Zig package manager. Check each library's docs for its exact module name and minimum Zig version.