Expand description
Generate Rust structs from JSON Schema.
Structs§
- Json
Schema - Root or nested JSON Schema object.
Enums§
- Json
Schema GenError - Error type for JSON Schema code generation operations.
Functions§
- generate_
from_ file - Generate Rust structs from a JSON Schema file and write to an output file.
- generate_
to_ writer - Generate Rust structs from a JSON Schema string and write to
writer.