feat: implement naive fuzzy matcher
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-15 21:14:44 +02:00
parent 1520374a39
commit 6773122076
4 changed files with 47 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ dirs = "5.0.1"
prost = "0.13.2"
prost-types = "0.13.2"
bytes = "1.7.1"
nucleo-matcher = "0.3.1"
[dev-dependencies]
pretty_assertions = "1.4.0"