Skip to main content
Version: next

Contributing guide

Development workflow

From the repo root:

zig build
zig build test

Formatting

CI runs zig build fmt.

For C formatting, the repo guideline is:

clang-format -i include/**/*.h src/**/*.c

Tests + stress

zig build test
zig build stress

Pointers:

Documentation site

The docs website lives under docs/ (Node.js 20+).

See docs/README.md for local commands.

See also