fff-search 0.10.0

Faboulous & Fast File Finder - a fast and extremely correct file finder SDK with typo resistance, SIMD, prefiltering, and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[doc(hidden)] // for bench
pub mod bigram_filter;
pub(crate) use bigram_filter::*;

mod bigram_query;
pub use bigram_query::*;

mod candidates;
pub(crate) use candidates::*;

pub mod constraints;