Skip to main content

write_rust_build_cache

Function write_rust_build_cache 

Source
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>