tests_fuzz::utils::config

Function write_config_file

Source
pub async fn write_config_file<C: Serialize>(
    template_path: &str,
    context: &C,
    output_path: &str,
) -> Result<()>