Function rls_analysis::read_analysis_from_files [] [src]

pub fn read_analysis_from_files<L: AnalysisLoader>(
    loader: &L,
    crate_timestamps: HashMap<CrateId, SystemTime>,
    crate_blacklist: &'a [&'static str]
) -> Vec<Crate>

Reads raw analysis data for non-blacklisted crates from files in directories pointed by loader.