Skip to main content

extract_artifacts_with_cache

Function extract_artifacts_with_cache 

Source
pub fn extract_artifacts_with_cache<F>(
    crate_path: &Path,
    cache: &CacheConfig,
    extractor: F,
) -> Result<(ExtractionArtifacts, CacheStatus)>