fff-core - High-performance file finder library
This crate provides the core file indexing and fuzzy search functionality.
State management
All state is instance-based. Callers create their own SharedPicker /
SharedFrecency / SharedQueryTracker and pass them into
FilePicker::new_with_shared_state. Multiple independent instances can
coexist in the same process.