Crate entity_store_code_gen [] [src]

Code generator for a game data store.

Use entity_store_helper to help make use of the generated code.

Macros

generate_entity_store

Structs

GeneratedCode

Enums

Error
GenError

Errors that can occur during code generation

SaveError

Errors that can occur while creating the output file

Functions

generate

Generates code from a given toml spec. Results are placed in OUT_DIR. Must be called from a build script.

Type Definitions

GenResult
SaveResult