pub fn read_search_index<P: AsRef<Path>>(
    src: P
) -> Result<impl ParallelIterator<Item = Result<(String, Crate), Error>>, Error>