Cargo Features

peace_rt_model_core has no features set by default.

[dependencies]
peace_rt_model_core = { version = "0.0.15", features = ["error_reporting", "output_in_memory", "output_progress"] }
error_reporting

Enables miette, error_reporting of peace_cmd_model

Affects params_specs_deserialize_error::ParamsSpecsDeserializeError.params_specs_file_source, params_specs_deserialize_error::ParamsSpecsDeserializeError.error_span, params_specs_deserialize_error::ParamsSpecsDeserializeError.error_message, params_specs_deserialize_error::ParamsSpecsDeserializeError.context_span, states_deserialize_error::StatesDeserializeError.states_file_source, states_deserialize_error::StatesDeserializeError.error_span, states_deserialize_error::StatesDeserializeError.error_message, states_deserialize_error::StatesDeserializeError.context_span, output_write::OutputWrite.write_err

output_in_memory

Enables in_memory of indicatif

output_progress

Enables peace_progress_model, output_progress of peace_item_interaction_model

Affects output_write::OutputWrite.progress_begin, output_write::OutputWrite.cmd_block_start, output_write::OutputWrite.item_location_state, output_write::OutputWrite.progress_update, output_write::OutputWrite.progress_end