Function run_tardis_machine_replay_from_config

Source
pub async fn run_tardis_machine_replay_from_config(
    config_filepath: &Path,
) -> Result<()>
Expand description

Run the Tardis Machine replay from a JSON configuration file.

§Errors

Returns an error if reading or parsing the config file fails, or if any downstream replay operation fails. Run the Tardis Machine replay from a JSON configuration file.

§Panics

Panics if unable to determine the output path (current directory fallback fails).