Crate peace_data
source ·Expand description
Data model for the peace automation framework.
Re-exports
pub use fn_graph;pub use fn_graph::resman;
Modules
- Accessors to fetch data from
Resources. - Markers for
States inserted intoResources.
Structs
- Map from
TypeIdto type.
Traits
- Defines the logic to instantiate and retrieve runtime data.
- Data accessed by this type.
- Data accessed by this type.
Type Definitions
- Array of
TypeIds.
Derive Macros
- Used to
#[derive]theDatatrait.