Crate recordkeeper_data_model

Source
Expand description

Data model exported by the procedural macros for SaveBin.

Structs§

FieldModel
The model for a struct field.
StructModel
The model for a struct type, i.e. how it and its fields are represented in the save file.
StructModelBuilder

Enums§

TypeModel

Traits§

Model
Types that have a well-formed data model for the save file format.

Type Aliases§

ModelName