zod_gen_derive
Derive macro for zod_gen - automatically generate Zod schemas from Rust types.
Features
#[derive(ZodSchema)]procedural macro- Supports structs with named fields
- Supports enums with unit variants
- Automatic dependency resolution
Usage
use ZodSchema;
use ZodSchema;
For more examples and documentation, see the main repository.