pub fn generate_scip_index(crate_dir: &Path) -> Option<PathBuf>
Run rust-analyzer scip on a crate directory and return the SCIP index path.
rust-analyzer scip
Returns None if rust-analyzer is not installed or fails.
None