Description
Rust type definitions can be generated from JSON Schema documents. It is useful for developers who need strongly typed Rust models that follow an existing schema.
This is code generation tooling. Generated types should be reviewed and tested against real JSON data, especially when schemas are large, external, or change over time.