mirror of
https://github.com/solaeus/nucleo.git
synced 2024-12-22 01:47:49 +00:00
A fast and convenient fuzzy matcher library for rust
matcher | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
tarpulin.toml | ||
typos.toml |
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)