onoma 0.0.7

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