Expand description
Query matching and ranking helpers for workspace symbol search.
This crate has a single responsibility: provide reusable matching and ranking primitives used by LSP symbol-search providers.
Functionsยง
- compare_
names_ by_ query - Compares two symbol names by query relevance.
- matches_
query - Returns
truewhen a symbol name matches the provided query.