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.
/// The number of seconds the Debouncer will group together file system events which occur in quick
/// succession for.
pubconstDEBOUNCED_EVENT_TIMEOUT_SECS:u64=2;