pub fn write_resolved_artifacts(
entries: &[ResolvedArtifact],
) -> Result<Vec<PathBuf>, CoreError>Expand description
Write artifacts to their individually resolved destinations.
Each entry carries its own output_dir and force flag, so installed
targets can land in different directories and opt into per-target
overwrite. Collision detection runs across all destinations regardless of
force; missing output directories are created on demand.