Search working internally. Results not yet shown in interface

This commit is contained in:
Iaphetes 2025-01-30 07:23:21 +01:00
parent 2116549154
commit 9b9c5add18
3 changed files with 71 additions and 35 deletions

20
src-tauri/Cargo.lock generated
View file

@ -144,6 +144,7 @@ name = "apographe"
version = "0.1.0"
dependencies = [
"comrak",
"fuzzy-matcher",
"html_tag",
"serde",
"serde_json",
@ -1236,6 +1237,15 @@ dependencies = [
"slab",
]
[[package]]
name = "fuzzy-matcher"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
dependencies = [
"thread_local",
]
[[package]]
name = "fxhash"
version = "0.2.1"
@ -4149,6 +4159,16 @@ dependencies = [
"syn 2.0.87",
]
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
version = "0.3.36"