fff-search 0.2.4

Faboulous & Fast File Finder - a fast and extremely correct file finder SDK with typo resistance, SIMD, prefiltering, and more
Documentation

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.