Skip to main content

build_sim_config

Function build_sim_config 

Source
pub fn build_sim_config(input: IntentInput) -> Result<String, IntentConfigError>
Expand description

Build a TOML sim config from an IntentInput (spec_id is the WoW API spec ID).

ยงErrors

Returns an error when the spec, settings, encounter, or TOML serialization is invalid.