Cargo Features

peace_rt_model has no features set by default.

[dependencies]
peace_rt_model = { version = "0.0.15", features = ["error_reporting", "output_in_memory", "output_progress", "item_interactions", "item_state_example"] }
error_reporting

Enables miette, yaml_error_context_hack, error_reporting of peace_params and peace_rt_model_hack

output_in_memory

Enables output_in_memory of peace_rt_model_native

output_progress

Enables peace_progress_model, output_progress of peace_rt_model_hack, output_progress of peace_cfg and peace_item_interaction_model

item_interactions

Enables heck, item_interactions of peace_cfg, item_locations_and_interactions of peace_item_interaction_model

Affects item_rt::ItemRt.interactions_example, item_rt::ItemRt.interactions_try_current, item_rt::ItemRt.interactions_tag_name

item_state_example

Enables item_state_example of peace_cfg, peace_data, and peace_params

Affects item_rt::ItemRt.state_example, item_rt::ItemRt.interactions_example, item_rt::ItemRt.interactions_try_current, item_rt::ItemRt.interactions_tag_name

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

peace_rt_model_hack error_reporting? output_progress?