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:
- Tests:
zig/tests/basic.zig(walkthrough) - Stress tool:
tools/stress.zig(walkthrough)
Documentation site
The docs website lives under docs/ (Node.js 20+).
See docs/README.md for local commands.