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
Accessors to fetch data from Resources.
marker
Markers for States inserted into Resources.

Structs§

Resources
Map from TypeId to type.

Traits§

Data
Defines the logic to instantiate and retrieve runtime data.
DataAccess
Data accessed by this type.
DataAccessDyn
Data accessed by this type.

Type Aliases§

TypeIds
Array of TypeIds.

Derive Macros§

Data
Used to #[derive] the Data trait.