vectorless 0.1.13

Hierarchical, reasoning-native document intelligence engine
Documentation
Build #3100384 2026-04-05 09:38:21

# rustc version rustc 1.96.0-nightly (e0e95a718 2026-04-04)

# docs.rs version docsrs 0.0.0 (c1f9de8e135af80a92999a0f7ded8c3997b50c40 2026-04-02 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/vectorless-0.1.13/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/vectorless-0.1.13/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260404-1.96.0-nightly-e0e95a718\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2c755c9ad21938225c82e7b4e267532ccd59bd74db763d448f8e6dbc47dbe939 [INFO] running `Command { std: "docker" "start" "-a" "2c755c9ad21938225c82e7b4e267532ccd59bd74db763d448f8e6dbc47dbe939", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: basic, batch_processing, cli_tool, content_aggregation, custom_pilot, events, index, markdownflow, multi_format, retrieve, session, storage_async, storage_backend, storage_compression, storage_migration, storage_workspace, streaming [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting vectorless v0.1.13 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `domain` [INFO] [stderr] --> src/lib.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | //! | [`domain`] | Core domain types (`DocumentTree`, `TreeNode`, `NodeId`) | [INFO] [stderr] | ^^^^^^ no item named `domain` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `PipelineOrchestrator` [INFO] [stderr] --> src/index/stages/mod.rs:27:54 [INFO] [stderr] | [INFO] [stderr] 27 | /// Stages are executed in dependency order by the [`PipelineOrchestrator`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `PipelineOrchestrator` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DocumentTree` [INFO] [stderr] --> src/parser/mod.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | //! organized into a [`DocumentTree`]. [INFO] [stderr] | ^^^^^^^^^^^^ no item named `DocumentTree` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `with_pilot` [INFO] [stderr] --> src/retrieval/stages/search.rs:37:36 [INFO] [stderr] | [INFO] [stderr] 37 | /// When a Pilot is provided via [`with_pilot`], the search algorithm [INFO] [stderr] | ^^^^^^^^^^ no item named `with_pilot` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `Error` is both an enum and a derive macro [INFO] [stderr] --> src/error.rs:7:40 [INFO] [stderr] | [INFO] [stderr] 7 | //! All errors are consolidated into [`Error`] with specific variants for each category. [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the enum, prefix with `enum@` [INFO] [stderr] | [INFO] [stderr] 7 | //! All errors are consolidated into [`enum@Error`] with specific variants for each category. [INFO] [stderr] | +++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 7 | //! All errors are consolidated into [`derive@Error`] with specific variants for each category. [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `vectorless` (lib doc) generated 5 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/vectorless/index.html [INFO] running `Command { std: "docker" "inspect" "2c755c9ad21938225c82e7b4e267532ccd59bd74db763d448f8e6dbc47dbe939", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c755c9ad21938225c82e7b4e267532ccd59bd74db763d448f8e6dbc47dbe939", kill_on_drop: false }` [INFO] [stdout] 2c755c9ad21938225c82e7b4e267532ccd59bd74db763d448f8e6dbc47dbe939