Skip to main content

read_file_cached

Function read_file_cached 

Source
pub fn read_file_cached<'a>(
    path: &Path,
    cache: Option<&'a FxHashMap<PathBuf, String>>,
) -> Option<String>