in src/lib.rs [153:157]
fn path(&self) -> PathBuf { let mut ref_path = self.cache.path.clone(); ref_path.push(self.repo.folder_name()); ref_path }