pub fn generate_config_from_yaml_definition(
yaml: &str,
enable_unstable: bool,
emit_md_tables: bool,
chip: Option<Chip>,
) -> Result<HashMap<String, Value>, Error>
Expand description
Generate the config from a YAML definition.
After deserializing the config and normalizing it, this will call generate_config to finally get the currently active configuration.