rank possible commands by input similarity

This commit is contained in:
dusk 2025-10-07 18:22:04 +00:00
parent f14901a4e3
commit c1ed7487d7
No known key found for this signature in database
5 changed files with 135 additions and 11 deletions

7
Cargo.lock generated
View file

@ -666,6 +666,7 @@ dependencies = [
"ordermap",
"regex",
"smol_str",
"strsim",
]
[[package]]
@ -4219,6 +4220,12 @@ dependencies = [
"unicode-properties",
]
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
version = "2.6.1"