A fast and convenient fuzzy matcher library for rust
Go to file
Pascal Kuthe d844ab7f3b
fix typos
2023-07-20 16:03:31 +02:00
src fix typos 2023-07-20 16:03:31 +02:00
.gitignore Initial commit 2023-07-17 17:29:11 +02:00
Cargo.lock Initial fuzzy matcher implementation 2023-07-17 17:34:54 +02:00
Cargo.toml Initial fuzzy matcher implementation 2023-07-17 17:34:54 +02:00
generate_case_fold_table.sh Initial fuzzy matcher implementation 2023-07-17 17:34:54 +02:00
LICENSE Initial commit 2023-07-17 17:29:11 +02:00
README.md Initial commit 2023-07-17 17:29:11 +02:00
typos.toml fix typos 2023-07-20 16:03:31 +02:00

fzf_oxide

An optimized rust port of the fzf fuzzy matching algorithm