Expand description
GroundDB code generation - generates Rust types from schema.yaml at compile time.
The main entry point is generate_from_schema, which reads a schema.yaml file
and writes a complete Rust source file with typed structs, enums, and store accessors.
Modules§
Functions§
- generate_
from_ schema - Generate Rust types from a schema.yaml file.
- generate_
from_ schema_ str - Generate Rust types from a schema YAML string.