A fast, language-agnostic semantic symbol indexer and typo-resistant fuzzy finder, enabling real-time search across virtually unlimited code symbols without the need for language servers.
//! Tooling for fuzzy matching and scoring symbols from indexes in real-time.
pub(crate)modconstant;moddatabase_backed_resolver;modscoring;modtypes;modutils;modweight;pubusedatabase_backed_resolver::DatabaseBackedResolver;pubusetypes::{Context, Resolver};