domainstack-cli 1.0.1

CLI to generate TypeScript/Zod, JSON Schema, and GraphQL from Rust validation rules. Single source of truth for frontend + backend.
1
2
3
pub mod json_schema;
pub mod openapi;
pub mod zod;