Skip to content

Commit 29a0c60

Browse files
committed
rustdoc-search: use stringdex partitioned search tree
1 parent d9de05f commit 29a0c60

File tree

97 files changed

+7181
-4494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+7181
-4494
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4725,6 +4725,7 @@ dependencies = [
47254725
"serde_json",
47264726
"sha2",
47274727
"smallvec",
4728+
"stringdex",
47284729
"tempfile",
47294730
"threadpool",
47304731
"tracing",
@@ -5132,6 +5133,15 @@ dependencies = [
51325133
"quote",
51335134
]
51345135

5136+
[[package]]
5137+
name = "stringdex"
5138+
version = "0.0.1-alpha1"
5139+
source = "registry+https://github.com/rust-lang/crates.io-index"
5140+
checksum = "0a9ed1635ee8462c251e9c85aa1dd345419bd004bb75ac9a96e4c442a7974683"
5141+
dependencies = [
5142+
"stacker",
5143+
]
5144+
51355145
[[package]]
51365146
name = "strsim"
51375147
version = "0.11.1"

0 commit comments

Comments
 (0)