Input validation library for Zig. Comptime rule definitions, custom validators, and detailed error messages. Validate structs, strings, and numbers.
src/
ziovalid.zig - Main library source
examples/
example.zig - Runnable example
build.zig - Build configuration
zig build test # Run tests
zig build run-example # Run the example
zig build - Build the librarySingle-file library with no external dependencies. All public symbols have doc comments.
Tests are inline in src/ziovalid.zig. Run with zig build test.