pub fn write_case_artifacts(
directory: &Path,
artifacts: &CaseArtifacts,
) -> Result<()>Expand description
Write one completed source-simulation case to a new directory.
ยงErrors
Returns an error if the directory already exists, serialization fails, or any artifact cannot be written.