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).
pub fn save_export_map_cache(
cache_dir: &Path,
export_map: &CrateExportMap,
cap: &impl CapProvider<FsWrite>,
)Saves an export map to the cache directory.
Silently ignores write failures (caching is best-effort).