Skip to main content

save_export_map_cache

Function save_export_map_cache 

Source
pub fn save_export_map_cache(
    cache_dir: &Path,
    export_map: &CrateExportMap,
    cap: &impl CapProvider<FsWrite>,
)
Expand description

Saves an export map to the cache directory.

Silently ignores write failures (caching is best-effort).