zod_gen
Core library for generating Zod schemas from Rust types.
Features
ZodSchematrait for defining schemas- Helper functions for building Zod expressions
ZodGeneratorfor batch file generation- Built-in implementations for primitive types
- Serde enum representations supported by the derive macro
Usage
use ;
For more examples and documentation, see the main repository.