Function fzyr::search_locate[][src]

pub fn search_locate<'src>(
    query: &str,
    candidates: &[&'src str],
    parallelism: usize
) -> LocateResults<'src>

Search among a collection of candidates using the given query, returning an ordered collection of results (highest score first) with the locations of the query in each candidate