A fast and convenient fuzzy matcher library for rust
Go to file
2023-07-26 15:32:04 +02:00
matcher move matcher to subcrate 2023-07-26 15:32:04 +02:00
.gitignore Initial commit 2023-07-17 17:29:11 +02:00
Cargo.lock move matcher to subcrate 2023-07-26 15:32:04 +02:00
Cargo.toml move matcher to subcrate 2023-07-26 15:32:04 +02:00
LICENSE Initial commit 2023-07-17 17:29:11 +02:00
README.md high test and fuzz coverage, fix lots of bugs 2023-07-22 03:53:31 +02:00
tarpulin.toml move matcher to subcrate 2023-07-26 15:32:04 +02:00
typos.toml move matcher to subcrate 2023-07-26 15:32:04 +02:00

fzf_oxide

An optimized rust port of the fzf fuzzy matching algorithm

TODO:

  • case mismatch penalty
  • substring/prefix/postfix/exact matcher
  • high level API (worker thread, query parsing, sorting)