mlua-swarm 0.1.4

Swarm engine host built on mlua — long-running stateful runtime with Role/Verb gate, CapToken, 3-stage pipeline, and Middleware overlay.
Documentation

Build #3765166 2026-07-05 01:16:55

# rustc version rustc 1.98.0-nightly (c397dae80 2026-07-02)

# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )

# 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" "708aa64e79ea9b2de2665990ce6394dc8f8e0fc804eb3db192bb11f7cc697957" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260702-1.98.0-nightly-c397dae80\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting mlua-swarm v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `errors` [INFO] [stderr] --> src/lib.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | //! - [`types`] / [`errors`] — [`Role`](types::Role) × [`Verb`](types::Verb) [INFO] [stderr] | ^^^^^^ no item named `errors` 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 `errors::EngineError` [INFO] [stderr] --> src/lib.rs:42:41 [INFO] [stderr] | [INFO] [stderr] 42 | //! newtypes, and the [`EngineError`](errors::EngineError) surface. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `errors` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `agent_block` [INFO] [stderr] --> src/lib.rs:50:19 [INFO] [stderr] | [INFO] [stderr] 50 | //! - [`lua`] / [`agent_block`] — Lua blueprint bridge, `agents/*.md` loader, [INFO] [stderr] | ^^^^^^^^^^^ no item named `agent_block` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `TaskLaunchService` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] delegated to [`TaskLaunchService`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `TaskLaunchService` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `rusqlite-isle` [INFO] [stderr] --> src/store/issue/sqlite.rs:1:63 [INFO] [stderr] | [INFO] [stderr] 1 | //! `SqliteIssueStore` — SQLite-backed [`IssueStore`] using [`rusqlite-isle`]. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `rusqlite-isle` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:40:41 [INFO] [stderr] | [INFO] [stderr] 40 | //! - [`types`] / [`errors`] — [`Role`](types::Role) × [`Verb`](types::Verb) [INFO] [stderr] | ------ ^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 40 - //! - [`types`] / [`errors`] — [`Role`](types::Role) × [`Verb`](types::Verb) [INFO] [stderr] 40 + //! - [`types`] / [`errors`] — [`Role`] × [`Verb`](types::Verb) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:40:65 [INFO] [stderr] | [INFO] [stderr] 40 | //! - [`types`] / [`errors`] — [`Role`](types::Role) × [`Verb`](types::Verb) [INFO] [stderr] | ------ ^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 40 - //! - [`types`] / [`errors`] — [`Role`](types::Role) × [`Verb`](types::Verb) [INFO] [stderr] 40 + //! - [`types`] / [`errors`] — [`Role`](types::Role) × [`Verb`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:41:37 [INFO] [stderr] | [INFO] [stderr] 41 | //! capability gate, [`CapToken`](types::CapToken) (HMAC-SHA256), ID [INFO] [stderr] | ---------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 41 - //! capability gate, [`CapToken`](types::CapToken) (HMAC-SHA256), ID [INFO] [stderr] 41 + //! capability gate, [`CapToken`] (HMAC-SHA256), ID [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `mlua-swarm` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/mlua_swarm/index.html [INFO] running `Command { std: "docker" "inspect" "708aa64e79ea9b2de2665990ce6394dc8f8e0fc804eb3db192bb11f7cc697957", kill_on_drop: false }`