feat: add live fuzzy search/filter for torrents

This commit is contained in:
2026-01-01 15:48:51 +02:00
parent 82389ef5b3
commit 1b145f9ace
11 changed files with 113 additions and 16 deletions

10
Cargo.lock generated
View File

@@ -600,6 +600,15 @@ dependencies = [
"pin-utils",
]
[[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 = "generic-array"
version = "0.14.7"
@@ -2513,6 +2522,7 @@ dependencies = [
"crossterm",
"derive_more",
"dirs",
"fuzzy-matcher",
"ratatui",
"serde",
"thiserror 2.0.12",