Skip to content

Commit f22a8b8

Browse files
committed
add bits hint for fuzzy search
1 parent 2750d3a commit f22a8b8

5 files changed

Lines changed: 112 additions & 96 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ java_asm_server = { path = "asm_server", version = "0.1.2" } # JAVA_ASM_VERSION
3232
# not easy for test.
3333
# so finally I choose `nucleo-matcher` rather than `necleo`.
3434
nucleo-matcher = "0.3.1"
35+
bit-set = "0.8.0"
3536
rand = "0.9.2"
3637
image = "0.25.6"
3738
trie-rs = "0.4.2"

asm_server/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ readme.workspace = true
1212

1313
[dependencies]
1414
java_asm = { workspace = true }
15+
bit-set = { workspace = true }
1516

1617
nucleo-matcher = { workspace = true }
1718
rand = { workspace = true }
@@ -26,4 +27,4 @@ enum_dispatch = { workspace = true }
2627

2728
tokio = { workspace = true }
2829
parking_lot = { workspace = true }
29-
trie-rs = { workspace = true }
30+

0 commit comments

Comments
 (0)