sparse-vector 3.0.8

Sparse vector inverted index with WAND pruning, persisted through lucistore and sharded through luciole — a lucivy friend crate. Original code, design inspired by Qdrant's sparse index (see NOTICE).
Documentation

Build #4242260 2026-08-28 13:38:03

# rustc version rustc 1.100.0-nightly (e457a7b0d 2026-08-27)

# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "c14f0a5b0a2f0fdf8d14df53c6ebb2e71194bf2d878460d82abfab64f8a5301e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260827-1.100.0-nightly-e457a7b0d\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting sparse-vector v3.0.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `search_mmap` links to private item `dims_for` [INFO] [stderr] --> src/mmap_index.rs:325:43 [INFO] [stderr] | [INFO] [stderr] 325 | /// one carries its own dimensions (see [`dims_for`]). [INFO] [stderr] | ^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `search_mmap_allowed` links to private item `crate::index::run_search_allowed` [INFO] [stderr] --> src/mmap_index.rs:341:28 [INFO] [stderr] | [INFO] [stderr] 341 | /// [`run_search_allowed`](crate::index::run_search_allowed)). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: `search` is both a function and a module [INFO] [stderr] --> src/wand/mod.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | //! - [`search`] — [`search`](search::search) and [`search_with`]. [INFO] [stderr] | ^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 20 | //! - [`search()`] — [`search`](search::search) and [`search_with`]. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 20 | //! - [`mod@search`] — [`search`](search::search) and [`search_with`]. [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sparse-vector` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sparse_vector/index.html [INFO] running `Command { std: "docker" "inspect" "c14f0a5b0a2f0fdf8d14df53c6ebb2e71194bf2d878460d82abfab64f8a5301e", kill_on_drop: false }`