finger: implement basic fuzzy search mechanism

This commit is contained in:
2026-04-23 15:34:23 +09:00
parent 106a955ad1
commit 92f77bfaff
5 changed files with 96 additions and 11 deletions
Generated
+10
View File
@@ -845,6 +845,7 @@ dependencies = [
"toml",
"tracing",
"tracing-subscriber",
"users",
"uucore",
"zlink",
]
@@ -1286,6 +1287,15 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
[[package]]
name = "users"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
"libc",
]
[[package]]
name = "utf8parse"
version = "0.2.2"