onoma 0.0.14

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
4
5
6
7
8
9
10
use notify_debouncer_mini::DebouncedEvent;

use crate::watcher;

#[allow(missing_docs)]
#[doc(hidden)]
pub type Result<T> = std::result::Result<T, watcher::Error>;

#[allow(missing_docs)]
pub type Event = std::result::Result<Vec<DebouncedEvent>, notify::Error>;