//! Fuzzy picker + asynchronous source preview cache.
//!//! `fuzzy` is the matching engine (query / items / selection); `preview`
//! is the worker-backed LRU that supplies syntax-highlighted snapshots
//! for the file under the picker cursor.
modfuzzy;modpreview;pubusefuzzy::{Finder, FuzzyKind, IgnoreOpts};pubusepreview::{PreviewEntry, PreviewLru, spawn_preview_worker};