pub fn write_rust_build_cache( project_root: &Path, workspace: &Path, key: &str, created_at: &str, source_files: &[String], manifest: &CoverageManifest, artifacts: &[PathBuf], ) -> Result<RustBuildCacheMetadata, String>